]> git.datanom.net - qtadmin.git/commitdiff
change vim tags
authorMichael Rasmussen <mir@datanom.net>
Sun, 7 Jun 2015 15:04:55 +0000 (17:04 +0200)
committerMichael Rasmussen <mir@datanom.net>
Sun, 7 Jun 2015 15:04:55 +0000 (17:04 +0200)
14 files changed:
auth.php
config.php
css/auth.css
css/styles.css
index.php
lib/db_factory.php
lib/db_implementation.php
lib/db_mysqli.inc.php
lib/session_handler.inc.php
lib/utils.inc.php
mail_report.php
message_view.php
quarantine.php
show_headers.php

index 6d5210d5979326e028ed0fa71c10d54e7461ca0a..8cd2223547697599bcc31b1d1c51b14fee8ad269 100644 (file)
--- a/auth.php
+++ b/auth.php
@@ -1,5 +1,5 @@
 <?php
-/* vim: set ts=4 tw=0 sw=4 noet: */
+/* vim: set ts=4 tw=4 sw=4 noet: */
     require_once 'config.php';
     require_once $CFG->root . 'lib/utils.inc.php';
 
index da1e02e90b8d58c05e9a5dda66b8f7ce29febfe7..5352dae83fcf69378eb9d1613d0f452c3ee66c21 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/* vim: set ts=4 tw=0 sw=4 noet: */
+/* vim: set ts=4 tw=4 sw=4 noet: */
 unset($CFG);
 $CFG = new stdClass;
 
index 049428082c97721f8bbce4afc2c4c315cc9b3c20..d532e2848d1787a3c324b2f024757fa564444405 100644 (file)
@@ -1,3 +1,4 @@
+/* vim: set ts=4 tw=4 sw=4 noet: */
 /* ---------- GENERAL ---------- */
 * {
   box-sizing: border-box;
index 3f7e9235c27cea1a5aee6779cb4dad97f15cd1e2..d3751f014bde45dc2f4657c66e886a0e74597197 100644 (file)
@@ -1,4 +1,5 @@
-/* vim: set ts=4 tw=0 sw=4 noet: */
+/* vim: set ts=4 tw=4 sw=4 noet: */
+
 .h1 {
     text-align: center;
     color: navy;
index f0a89360d901a59cfaef029a74bf9ece3ed8abf2..417e5756b475d88fa3f0e9e5e461fa79c1301e72 100644 (file)
--- a/index.php
+++ b/index.php
@@ -1,5 +1,5 @@
 <?php
-/* vim: set ts=4 tw=0 sw=4 noet: */
+/* vim: set ts=4 tw=4 sw=4 noet: */
     require_once 'config.php';
     require_once $CFG->root . 'lib/db_factory.php';
     require_once $CFG->root . 'lib/utils.inc.php';
index f40e327aa0d775a9bb2fa6c99aebfff56c45efa3..fc63ddf24a4826ec900b5d2f2df06970fa8289a8 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/* vim: set ts=4 tw=0 sw=4 noet: */
+/* vim: set ts=4 tw=4 sw=4 noet: */
 if (isset($CFG->db_driver)) {
     switch ($CFG->db_driver) {
         case 'mysqli':
index 430432838498280041415a98bc1b73f662c3cf7f..a8ab163b0436a976894197ffcac6155b0a7331c4 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/* vim: set ts=4 tw=0 sw=4 noet: */
+/* vim: set ts=4 tw=4 sw=4 noet: */
 abstract class DBImpl {
 
     private function __clone() {}
index 584e843cb8af804beae73aa4a72febd62932a552..822cae81fcddce35fc5f0d493962e727fe796830 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/* vim: set ts=4 tw=0 sw=4 noet: */
+/* vim: set ts=4 tw=4 sw=4 noet: */
 require_once $CFG->root .'lib/db_implementation.php';
 
 class DBMysqli extends DBImpl {
index 09f015e5f884c60313c024c672c5d27ed58e860d..4bad52e103cc948b9d3f1ba34ffe7cd143468cc5 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/* vim: set ts=4 tw=0 sw=4 noet: */
+/* vim: set ts=4 tw=4 sw=4 noet: */
 require_once $CFG->root .'config.php';
 
 class FileSessionHandler {
index c4a99b5774c5840010f5e38c117e1eacd2f78fa4..7ad8969601565a2e86fc482a3ab4317385003dbf 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/* vim: set ts=4 tw=0 sw=4 noet: */
+/* vim: set ts=4 tw=4 sw=4 noet: */
 require_once $CFG->root .'config.php';
 require_once $CFG->root . 'lib/session_handler.inc.php';
 
@@ -19,6 +19,7 @@ class Utils {
     </script>
     <script src="__ROOT__js/timer.js"></script>
     <script src="__ROOT__js/checkbox.js"></script>
+    <script src="__ROOT__js/forms.js"></script>
     <title>__TITLE__</title>
 </head>
 <body>';
index bc7c05e7fea5f42dbee985141438e77f077e3e01..42233d2f2686d4cec9752bdfac85d11032c205ea 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/* vim: set ts=4 tw=0 sw=4 noet: */
+/* vim: set ts=4 tw=4 sw=4 noet: */
     require_once 'Mail/mimeDecode.php';
     require_once 'config.php';
     require_once $CFG->root . 'lib/db_factory.php';
index 5228ebb06416115e4fe390d0f4bc22ea49aca6aa..c65a0f54f58bc53cd7b1f73b08cb9f5c8e53c5f9 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/* vim: set ts=4 tw=0 sw=4 noet: */
+/* vim: set ts=4 tw=4 sw=4 noet: */
     require_once 'Mail/mimeDecode.php';
     require_once 'config.php';
     require_once $CFG->root . 'lib/db_factory.php';
index 031a416d69e4796411db8fd511b0509b37524e1b..4944bb28aa5ebcc8d05db221e327c06b60abcffa 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/* vim: set ts=4 tw=0 sw=4 noet: */
+/* vim: set ts=4 tw=4 sw=4 noet: */
     require_once 'config.php';
     require_once $CFG->root . 'lib/db_factory.php';
     require_once $CFG->root . 'lib/utils.inc.php';
index 7cee6dc4a74e44fae7f7faff8976db0f918eff4e..6650683e608c61a673afbe981759a3a3b3482b51 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/* vim: set ts=4 tw=0 sw=4 noet: */
+/* vim: set ts=4 tw=4 sw=4 noet: */
     require_once 'Mail/mimeDecode.php';
     require_once 'config.php';
     require_once $CFG->root . 'lib/db_factory.php';
This page took 0.049115 seconds and 5 git commands to generate.