summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex <assada@mail.ua>2014-06-18 11:36:43 +0300
committerAlex <assada@mail.ua>2014-06-18 11:36:43 +0300
commit56dabded9e3ba975b9672f25651ff2e516bf625f (patch)
tree091f5b41054cd7fd7cca002d443631b2c8dfdb81
parent32ba5f8f79e8e321b1cf0c312ca81eacba51fe61 (diff)
downloadphp-mysql-pdo-database-class-56dabded9e3ba975b9672f25651ff2e516bf625f.zip
php-mysql-pdo-database-class-56dabded9e3ba975b9672f25651ff2e516bf625f.tar.gz
php-mysql-pdo-database-class-56dabded9e3ba975b9672f25651ff2e516bf625f.tar.bz2
Update Log.class.php
-rw-r--r--Log.class.php4
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
+?>