Whoops, forgot to quote a constant while defining it. Mantis: 2691
git-svn-id: file:///srv/svn/scanner/trunk@14 a0501263-5b7a-4423-a8ba-1edf086583e7
This commit is contained in:
parent
dda227a950
commit
9c988e61ba
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/php
|
||||
<?php
|
||||
define( APP_PATH, dirname( realpath( __FILE__ ) ) );
|
||||
define( 'APP_PATH', dirname( realpath( __FILE__ ) ) );
|
||||
|
||||
set_include_path( APP_PATH );
|
||||
require_once( 'parser.php' );
|
||||
|
|
Loading…
Reference in a new issue