diff options
-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 { |