diff options
author | Indieteq <admin@indieteq.com> | 2014-06-21 15:17:35 +0200 |
---|---|---|
committer | Indieteq <admin@indieteq.com> | 2014-06-21 15:17:35 +0200 |
commit | 103f69ead1d6b588d454829aecf95220cd2d9484 (patch) | |
tree | c650c84f12ef364a9726e20b315350bda4beef5a | |
parent | 89672c3b023017e3532e5d8e0aad1d3ed1ccdf56 (diff) | |
parent | 56dabded9e3ba975b9672f25651ff2e516bf625f (diff) | |
download | php-mysql-pdo-database-class-103f69ead1d6b588d454829aecf95220cd2d9484.zip php-mysql-pdo-database-class-103f69ead1d6b588d454829aecf95220cd2d9484.tar.gz php-mysql-pdo-database-class-103f69ead1d6b588d454829aecf95220cd2d9484.tar.bz2 |
Merge pull request #15 from Assada/patch-2
Update Log.class.php URL
-rw-r--r-- | Log.class.php | 4 |
1 files 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 +?> |