From d1e0f3f567b709bed3b02368da001ab1540ad6ce Mon Sep 17 00:00:00 2001 From: Arctic Code Date: Tue, 25 Mar 2014 13:37:01 -0500 Subject: [PATCH] Remove HashPass This file has really just been sitting here gathering dust. Currently there isn't a need to use this, no passwords are stored --- 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 24bc97b..6d7b7f1 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{ // Begin Short function shorten($apidb, $apikey, $sdb, $link, $dpass=null){ 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