summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mac.com>2010-04-13 13:33:26 +0300
committerFilipp Lepalaan <filipp@mac.com>2010-04-13 13:33:26 +0300
commit63822bacd44d964df3596f928f44a56ab5625d4f (patch)
tree2629dfc3af9e1b67fbc0b7efa8cf4913ab4b40a6 /system
parent6f2e6899cc404f314648782920e343c8529885d3 (diff)
downloadatwork-63822bacd44d964df3596f928f44a56ab5625d4f.tar.gz
atwork-63822bacd44d964df3596f928f44a56ab5625d4f.tar.bz2
atwork-63822bacd44d964df3596f928f44a56ab5625d4f.zip
Better everything
Diffstat (limited to 'system')
-rw-r--r--system/init.php2
-rw-r--r--system/ma.dbbin4096 -> 0 bytes
2 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");
?>
diff --git a/system/ma.db b/system/ma.db
deleted file mode 100644
index 4ae2dd2..0000000
--- a/system/ma.db
+++ /dev/null
Binary files differ