]> Softwares of Agnibho - simpleipd.git/commitdiff
minor
authorAgnibho Mondal <mondal@agnibho.com>
Fri, 21 May 2021 06:58:54 +0000 (12:28 +0530)
committerAgnibho Mondal <mondal@agnibho.com>
Fri, 21 May 2021 06:58:54 +0000 (12:28 +0530)
config.php [deleted file]

diff --git a/config.php b/config.php
deleted file mode 100644 (file)
index 41b08de..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-<?php
-define("CONFIG_URL", "");
-define("CONFIG_ROOT", __DIR__."/");
-define("CONFIG_WWW", CONFIG_ROOT."www/");
-define("CONFIG_LIB", CONFIG_ROOT."lib/");
-define("CONFIG_DB", CONFIG_ROOT."database/data.db");
-define("CONFIG_LOG", CONFIG_ROOT."database/log.db");
-define("CONFIG_TITLE", "SimpleIPD");
-?>