diff options
Diffstat (limited to 'system/init.php')
-rw-r--r-- | system/init.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/init.php b/system/init.php index aa9672a..193a05b 100644 --- a/system/init.php +++ b/system/init.php @@ -13,6 +13,6 @@ $_SESSION['user'] = 'filipp'; $basedir = realpath(__FILE__ . '/../../'); - $db = new PDO("sqlite:{$basedir}/system/ma.db"); + $db = new PDO("sqlite:{$basedir}/system/atwork.db"); ?> |