From 817bc473627077882e15c09216bd067c07253c56 Mon Sep 17 00:00:00 2001 From: Arctic Code Date: Sun, 13 Apr 2014 19:51:32 -0500 Subject: [PATCH] Revert "Revert "Remove HashPass"" This reverts commit 7ed90e844f4050b8f1801be1f75d8f3ae9514224. --- api/api.backend.php | 2 -- api/hashpass.php | 40 ---------------------------------------- 2 files changed, 42 deletions(-) delete mode 100644 api/hashpass.php diff --git a/api/api.backend.php b/api/api.backend.php index 7862697..effecfa 100644 --- a/api/api.backend.php +++ b/api/api.backend.php @@ -36,8 +36,6 @@ 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 deleted file mode 100644 index b5c48f3..0000000 --- a/api/hashpass.php +++ /dev/null @@ -1,40 +0,0 @@ - \ No newline at end of file