From 3121148bcdfeca46a122a5ac32871fd407d093e2 Mon Sep 17 00:00:00 2001 From: Max Pozdeev Date: Thu, 22 Oct 2009 12:29:01 +0400 Subject: [PATCH] * copyrights added to other files --- src/ajax.php | 6 ++++++ src/class.db.sqlite3.php | 2 ++ src/settings.php | 6 ++++++ 3 files changed, 14 insertions(+) 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())