summaryrefslogtreecommitdiffstats
path: root/Log.class.php
diff options
context:
space:
mode:
Diffstat (limited to '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
+?>