Changeset 982 for trunk/bin/phpdop.phpr

Show
Ignore:
Timestamp:
07/17/2012 10:35:45 AM (10 months ago)
Author:
moo
Message:

move files to subdirs

Location:
trunk/bin
Files:
1 added
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/bin/phpdop.phpr

    r820 r982  
    33 
    44$srcdir = dirname(__FILE__); 
    5 require_once("$srcdir/Decompiler.class.php"); 
     5require_once("$srcdir/../lib/Decompiler.class.php"); 
    66if (file_exists("$srcdir/phpdc.debug.php")) { 
    77    include("$srcdir/phpdc.debug.php");