diff options
author | Indieteq <admin@indieteq.com> | 2012-12-09 14:05:06 +0100 |
---|---|---|
committer | Indieteq <admin@indieteq.com> | 2012-12-09 14:05:06 +0100 |
commit | 86d877be6ce1898ca5915a7c86c3ca14eb1b115c (patch) | |
tree | f9ad47bd907061dcf27fe6a1c445b22b5cf47ce5 /Log.class.php | |
parent | c2c4dfc41b05d3009303978c1cc8c928148de128 (diff) | |
download | php-mysql-pdo-database-class-86d877be6ce1898ca5915a7c86c3ca14eb1b115c.zip php-mysql-pdo-database-class-86d877be6ce1898ca5915a7c86c3ca14eb1b115c.tar.gz php-mysql-pdo-database-class-86d877be6ce1898ca5915a7c86c3ca14eb1b115c.tar.bz2 |
Update Log.class.php
Diffstat (limited to 'Log.class.php')
-rw-r--r-- | Log.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Log.class.php b/Log.class.php index 07ccd04..c0ca402 100644 --- a/Log.class.php +++ b/Log.class.php @@ -2,7 +2,7 @@ /* * * Log A logger class which creates logs when an exception is thrown. * @author Author: Vivek Wicky Aswal. (https://twitter.com/#!/VivekWickyAswal) - * @git htt://github.com/indieteq-vivek/simple-db-class + * @git https://github.com/indieteq-vivek/PHP-MySQL-PDO-Database-Class * @version 0.1a */ class Log { |