From 7ed90e844f4050b8f1801be1f75d8f3ae9514224 Mon Sep 17 00:00:00 2001 From: Arctic Code Date: Sun, 13 Apr 2014 19:51:08 -0500 Subject: [PATCH] Revert "Remove HashPass" This reverts commit d1e0f3f567b709bed3b02368da001ab1540ad6ce. --- api/api.backend.php | 2 ++ api/hashpass.php | 40 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 api/hashpass.php diff --git a/api/api.backend.php b/api/api.backend.php index effecfa..7862697 100644 --- a/api/api.backend.php +++ b/api/api.backend.php @@ -36,6 +36,8 @@ function checkRemoteFile($ip=null){ return false; } +include('hashpass.php'); + class api{ require_once('dbsettings.php'); diff --git a/api/hashpass.php b/api/hashpass.php new file mode 100644 index 0000000..b5c48f3 --- /dev/null +++ b/api/hashpass.php @@ -0,0 +1,40 @@ + \ No newline at end of file