diff options
Diffstat (limited to 'linkshorter/goto.php')
| -rw-r--r-- | linkshorter/goto.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linkshorter/goto.php b/linkshorter/goto.php index f42705f..f459dc6 100644 --- a/linkshorter/goto.php +++ b/linkshorter/goto.php @@ -1,6 +1,6 @@ <?php -require 'class/db.php'; +require '../tools/class/redis.php'; require 'config.php'; require 'functions.php'; |
