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