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:
Correl Roush 2008-02-28 21:36:00 +00:00
parent dda227a950
commit 9c988e61ba

View file

@ -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' );