diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-04-03 14:36:59 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-04-03 14:36:59 +0400 |
| commit | 1fcb6baa38b658cbfb472ebcf16096cd8055e12a (patch) | |
| tree | b1e38e0c64aadc3ef80823ee3cb2c4d17a0c5f72 | |
| parent | 49dc02808e20d9f0c2062a83027c1904b42ccefa (diff) | |
installer: remove shorttag
| -rw-r--r-- | install/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/index.php b/install/index.php index 3deb7ad23..8b0de294f 100644 --- a/install/index.php +++ b/install/index.php @@ -9,7 +9,7 @@ </head> <body> -<? +<?php function sanity_check($db_type) { $errors = array(); |