General Info
User Setup
Permissions
lang->line('config_ospos_info') . ':'; ?>
config->item('application_version'); ?> - config->item('commit_sha1'), 0, 6); ?>
Language Code:
Extensions & Modules:
';
echo "» BC Math: ", extension_loaded('bcmath') ? 'Enabled ✓' : 'MISSING ✗', '
';
echo "» INTL: ", extension_loaded('intl') ? 'Enabled ✓' : 'MISSING ✗', '
';
echo "» OpenSSL: ", extension_loaded('openssl') ? 'Enabled ✓' : 'MISSING ✗', '
';
echo "» MBString: ", extension_loaded('mbstring') ? 'Enabled ✓' : 'MISSING ✗', '
';
echo "» Curl: ", extension_loaded('curl') ? 'Enabled ✓' : 'MISSING ✗', '
';
?>
User Configuration:
.Browser:
.Server Software:
.PHP Version:
.DB Version: db->conn_id); ?>
.Server Port:
.OS:
File Permissions:
» [application/logs:]
Writable ✓ ';
} else {
echo ' - ' . substr(sprintf("%o",fileperms($logs)),-4) . ' | ' . ' Not Writable ✗ ';
}
clearstatcache();
?>
» [public/uploads:]
Writable ✓ ';
} else {
echo ' - ' . substr(sprintf("%o",fileperms($uploads)),-4) . ' | ' . ' Not Writable ✗ ';
}
clearstatcache();
?>
» [public/uploads/item_pics:]
Writable ✓ ';
} else {
echo ' - ' . substr(sprintf("%o",fileperms($images)),-4) . ' | ' . ' Not Writable ✗ ';
}
clearstatcache();
?>
» [import_customers.csv:]
Writable ✓ ';
} else {
echo ' - ' . substr(sprintf("%o",fileperms($importcustomers)),-4) . ' | ' . ' Not Writable ✗ ';
}
clearstatcache(); ?>