* Add memory_limit output to s9y installation, 8MB for 32bit and
16MB for 64bit OSes
This commit is contained in:
@ -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'));
|
||||
}
|
||||
|
Reference in New Issue
Block a user