Skip to content

Commit

Permalink
Path Bot
Browse files Browse the repository at this point in the history
  • Loading branch information
Luqman committed Mar 6, 2017
1 parent 0862a66 commit 7688b4b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions index.php
Expand Up @@ -5,9 +5,9 @@
ini_set('max_execution_time', 0);
ini_set("memory_limit", "100M");

require_once("function.php");
require_once("fetchValue.php");
require_once("Path.php");
require_once("function/function.php");
require_once("function/fetchValue.php");
require_once("class/Path.php");


$email = "your_email@email.com";
Expand Down

0 comments on commit 7688b4b

Please sign in to comment.