Fix some paths.

This commit is contained in:
DariusIII
2015-04-21 18:08:25 +02:00
parent fe76a02983
commit dadfbace02
7 changed files with 9 additions and 4 deletions
+1
View File
@@ -1,3 +1,4 @@
<?php
require_once(dirname(__FILE__)."/../bin/config.php");
(new \PreHash(['Echo' => true]))->checkPre((isset($argv[1]) && is_numeric($argv[1]) ? $argv[1] : false));