Changeset 982 for trunk/bin/phpdop.phpr
- Timestamp:
- 07/17/2012 10:35:45 AM (10 months ago)
- Location:
- trunk/bin
- Files:
-
- 1 added
- 1 moved
-
. (added)
-
phpdop.phpr (moved) (moved from trunk/phpdop.phpr) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bin/phpdop.phpr
r820 r982 3 3 4 4 $srcdir = dirname(__FILE__); 5 require_once("$srcdir/ Decompiler.class.php");5 require_once("$srcdir/../lib/Decompiler.class.php"); 6 6 if (file_exists("$srcdir/phpdc.debug.php")) { 7 7 include("$srcdir/phpdc.debug.php");

