OSDN Git Service

rename files
[ethna/ethna.git] / bin / ethna_handle.php
index 63a71e7..1843db2 100644 (file)
@@ -17,7 +17,7 @@ $base = dirname(dirname(dirname(__FILE__)));
 ini_set('include_path', $base.PATH_SEPARATOR.ini_get('include_path'));
 
 require_once 'Ethna/Ethna.php';
-require_once ETHNA_BASE . '/class/Ethna_Getopt.php';
+require_once ETHNA_BASE . '/class/Getopt.php';
 
 // fetch arguments
 $opt = new Ethna_Getopt();