From 56dabded9e3ba975b9672f25651ff2e516bf625f Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 18 Jun 2014 11:36:43 +0300 Subject: Update Log.class.php --- Log.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Log.class.php b/Log.class.php index c0ca402..6d6aa63 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 https://github.com/indieteq-vivek/PHP-MySQL-PDO-Database-Class + * @git https://github.com/indieteq/PHP-MySQL-PDO-Database-Class * @version 0.1a */ class Log { @@ -67,4 +67,4 @@ file_put_contents($log, $logcontent); } } -?> \ No newline at end of file +?> -- cgit v1.1