From 7ef22e2126b630156852e59acdb9d54283ab3462 Mon Sep 17 00:00:00 2001 From: Michael Rasmussen Date: Sun, 7 Jun 2015 17:04:55 +0200 Subject: [PATCH] change vim tags --- auth.php | 2 +- config.php | 2 +- css/auth.css | 1 + css/styles.css | 3 ++- index.php | 2 +- lib/db_factory.php | 2 +- lib/db_implementation.php | 2 +- lib/db_mysqli.inc.php | 2 +- lib/session_handler.inc.php | 2 +- lib/utils.inc.php | 3 ++- mail_report.php | 2 +- message_view.php | 2 +- quarantine.php | 2 +- show_headers.php | 2 +- 14 files changed, 16 insertions(+), 13 deletions(-) diff --git a/auth.php b/auth.php index 6d5210d..8cd2223 100644 --- a/auth.php +++ b/auth.php @@ -1,5 +1,5 @@ root . 'lib/utils.inc.php'; diff --git a/config.php b/config.php index da1e02e..5352dae 100644 --- a/config.php +++ b/config.php @@ -1,5 +1,5 @@ root . 'lib/db_factory.php'; require_once $CFG->root . 'lib/utils.inc.php'; diff --git a/lib/db_factory.php b/lib/db_factory.php index f40e327..fc63ddf 100644 --- a/lib/db_factory.php +++ b/lib/db_factory.php @@ -1,5 +1,5 @@ db_driver)) { switch ($CFG->db_driver) { case 'mysqli': diff --git a/lib/db_implementation.php b/lib/db_implementation.php index 4304328..a8ab163 100644 --- a/lib/db_implementation.php +++ b/lib/db_implementation.php @@ -1,5 +1,5 @@ root .'lib/db_implementation.php'; class DBMysqli extends DBImpl { diff --git a/lib/session_handler.inc.php b/lib/session_handler.inc.php index 09f015e..4bad52e 100644 --- a/lib/session_handler.inc.php +++ b/lib/session_handler.inc.php @@ -1,5 +1,5 @@ root .'config.php'; class FileSessionHandler { diff --git a/lib/utils.inc.php b/lib/utils.inc.php index c4a99b5..7ad8969 100644 --- a/lib/utils.inc.php +++ b/lib/utils.inc.php @@ -1,5 +1,5 @@ root .'config.php'; require_once $CFG->root . 'lib/session_handler.inc.php'; @@ -19,6 +19,7 @@ class Utils { + __TITLE__ '; diff --git a/mail_report.php b/mail_report.php index bc7c05e..42233d2 100644 --- a/mail_report.php +++ b/mail_report.php @@ -1,5 +1,5 @@ root . 'lib/db_factory.php'; diff --git a/message_view.php b/message_view.php index 5228ebb..c65a0f5 100644 --- a/message_view.php +++ b/message_view.php @@ -1,5 +1,5 @@ root . 'lib/db_factory.php'; diff --git a/quarantine.php b/quarantine.php index 031a416..4944bb2 100644 --- a/quarantine.php +++ b/quarantine.php @@ -1,5 +1,5 @@ root . 'lib/db_factory.php'; require_once $CFG->root . 'lib/utils.inc.php'; diff --git a/show_headers.php b/show_headers.php index 7cee6dc..6650683 100644 --- a/show_headers.php +++ b/show_headers.php @@ -1,5 +1,5 @@ root . 'lib/db_factory.php'; -- 2.39.2