summaryrefslogtreecommitdiffstats
path: root/app/model/dbconfig.php
diff options
context:
space:
mode:
authorMalf Furious <m@lfurio.us>2017-07-06 23:45:09 -0400
committerMalf Furious <m@lfurio.us>2017-07-06 23:45:09 -0400
commit75dd0e67ca684f779b712b313f188d23f903609f (patch)
tree25f0cbcb772a88847b5a8d67bd880ddf2f8ca33a /app/model/dbconfig.php
parentbe0b63cae463f814aa7eef879c0994b8e3ca16ba (diff)
downloadscrott-75dd0e67ca684f779b712b313f188d23f903609f.tar.gz
scrott-75dd0e67ca684f779b712b313f188d23f903609f.zip
Remove unused global declaration
Diffstat (limited to '')
-rw-r--r--app/model/dbconfig.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/model/dbconfig.php b/app/model/dbconfig.php
index 822fd88..c66b052 100644
--- a/app/model/dbconfig.php
+++ b/app/model/dbconfig.php
@@ -21,8 +21,6 @@ require_once "class/form.class.php";
*/
if (isAction("save"))
{
- global $_SCROTT;
-
$form = new form();
$form->text("dbHost");
$form->text("dbUname");