diff --git a/src/ajax.php b/src/ajax.php index 1a0c55f..d8ae08c 100644 --- a/src/ajax.php +++ b/src/ajax.php @@ -1,5 +1,11 @@ + Licensed under the GNU GPL v3 license. See file COPYRIGHT for details. +*/ + set_error_handler('myErrorHandler'); set_exception_handler('myExceptionHandler'); diff --git a/src/class.db.sqlite3.php b/src/class.db.sqlite3.php index 9e9be65..ca9e12a 100644 --- a/src/class.db.sqlite3.php +++ b/src/class.db.sqlite3.php @@ -1,5 +1,7 @@ + Licensed under the GNU GPL v3 license. See file COPYRIGHT for details. +*/ + require_once('./init.php'); if($needAuth && !is_logged())