1
0

* Add memory_limit output to s9y installation, 8MB for 32bit and

16MB for 64bit OSes
This commit is contained in:
Garvin Hicking
2008-08-29 07:54:02 +00:00
parent e6701ee288
commit 5ef47ebf5d
3 changed files with 16 additions and 0 deletions

View File

@ -175,6 +175,7 @@ $serendipity['charsets'] = array(
*/
if ( !defined('IN_installer') && IS_installed === false ) {
header('Status: 302 Found');
header('X-RequireInstall: 1');
header('Location: ' . (strtolower($_SERVER['HTTPS']) == 'on' ? 'https://' : 'http://') . $_SERVER['HTTP_HOST'] . str_replace('\\', '/', dirname($_SERVER['PHP_SELF'])) . '/serendipity_admin.php');
serendipity_die(sprintf(SERENDIPITY_NOT_INSTALLED, 'serendipity_admin.php'));
}