示例#1
0
文件: index.php 项目: phpsmith/IS4C
<div class="alert"><?php 
InstallUtilities::checkWritable('../ini.php', False, 'PHP');
?>
</div>
<div class="alert"><?php 
InstallUtilities::checkWritable('../ini.json', false, 'JSON');
?>
</div>
<div class="alert"><?php 
InstallUtilities::checkWritable('../ini-local.php', True, 'PHP');
?>
</div>

PHP is running as: <?php 
echo InstallUtilities::whoami();
?>
<br />
<?php 
if (!function_exists("socket_create")) {
    echo '<b>Warning</b>: PHP socket extension is not enabled. NewMagellan will not work quite right';
}
?>
<br />
<table id="install" border=0 cellspacing=0 cellpadding=4>
<?php 
$register_id_is_mapped = false;
$store_id_is_mapped = false;
if (is_array(CoreLocal::get('LaneMap'))) {
    $my_ips = MiscLib::getAllIPs();
    $map = CoreLocal::get('LaneMap');