Subversion Repositories oidplus

Compare Revisions

Regard whitespace Rev 443 → Rev 444

/trunk/setup/struct_empty.sql.php
44,7 → 44,7
$cont = $slang_plugin->setupSetTablePrefix($cont, $table, $prefix);
}
 
if (php_sapi_name() != 'cli') {
if (PHP_SAPI != 'cli') {
header('Content-Type:text/sql');
header('Content-Disposition: inline; filename="struct_empty.sql"');
}