Require running from command line
This commit is contained in:
parent
6f5f83f05d
commit
11e0f6ecff
1 changed files with 5 additions and 0 deletions
|
|
@ -26,6 +26,11 @@
|
|||
*/
|
||||
|
||||
/** */
|
||||
|
||||
if( php_sapi_name() != 'cli' ) {
|
||||
die( "Run me from the command line please.\n" );
|
||||
}
|
||||
|
||||
require_once 'UtfNormalUtil.php';
|
||||
|
||||
$in = fopen("DerivedNormalizationProps.txt", "rt" );
|
||||
|
|
|
|||
Loading…
Reference in a new issue