]> git.datanom.net - qtadmin.git/commitdiff
Revert change of vim tags
authorMichael Rasmussen <mir@datanom.net>
Sun, 7 Jun 2015 23:29:37 +0000 (01:29 +0200)
committerMichael Rasmussen <mir@datanom.net>
Sun, 7 Jun 2015 23:29:37 +0000 (01:29 +0200)
16 files changed:
auth.php
config.php
css/auth.css
css/styles.css
index.php
js/forms.js
js/timer.js
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 8cd2223547697599bcc31b1d1c51b14fee8ad269..6d5210d5979326e028ed0fa71c10d54e7461ca0a 100644 (file)
--- a/auth.php
+++ b/auth.php
@@ -1,5 +1,5 @@
 <?php
-/* vim: set ts=4 tw=4 sw=4 noet: */
+/* vim: set ts=4 tw=0 sw=4 noet: */
     require_once 'config.php';
     require_once $CFG->root . 'lib/utils.inc.php';
 
index 5352dae83fcf69378eb9d1613d0f452c3ee66c21..da1e02e90b8d58c05e9a5dda66b8f7ce29febfe7 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/* vim: set ts=4 tw=4 sw=4 noet: */
+/* vim: set ts=4 tw=0 sw=4 noet: */
 unset($CFG);
 $CFG = new stdClass;
 
index d532e2848d1787a3c324b2f024757fa564444405..0ac66942175328ac763ec042cd9b0dbf80f29c34 100644 (file)
@@ -1,4 +1,4 @@
-/* vim: set ts=4 tw=4 sw=4 noet: */
+/* vim: set ts=4 tw=0 sw=4 noet: */
 /* ---------- GENERAL ---------- */
 * {
   box-sizing: border-box;
index d3751f014bde45dc2f4657c66e886a0e74597197..9ca44dde0aee5cec0069799f5b45bb79590983aa 100644 (file)
@@ -1,4 +1,4 @@
-/* vim: set ts=4 tw=4 sw=4 noet: */
+/* vim: set ts=4 tw=0 sw=4 noet: */
 
 .h1 {
     text-align: center;
index 918076892730eb75f656ea064bd4625788b94f37..9fee87b2ff99462fdeefd9d1f896af117d0535fa 100644 (file)
--- a/index.php
+++ b/index.php
@@ -1,5 +1,5 @@
 <?php
-/* vim: set ts=4 tw=4 sw=4 noet: */
+/* vim: set ts=4 tw=0 sw=4 noet: */
     require_once 'config.php';
     require_once $CFG->root . 'lib/db_factory.php';
     require_once $CFG->root . 'lib/utils.inc.php';
index 9957f9ab27a710e46ceaf22cb89a35c333e96057..5d2bb3383b2fec50cab9ce6af4b828044afd33e9 100644 (file)
@@ -1,4 +1,4 @@
-/* vim: set ts=4 tw=4 sw=4 noet: */
+/* vim: set ts=4 tw=0 sw=4 noet: */
 
 function updateRowsPerPage() {
     var pos;
index 10172712b11080b7d32491cee1e3fb328f804a4c..41d6e3f21897fac1862a54556491d3acd9a6d31c 100644 (file)
@@ -1,4 +1,4 @@
-/* vim: set ts=4 tw=4 sw=4 noet: */
+/* vim: set ts=4 tw=0 sw=4 noet: */
 var timerRef=setInterval(function(){myTimer()}, 1000);
 var timeStart = new Date().getTime() + timeout;
 var last = -1;
index fc63ddf24a4826ec900b5d2f2df06970fa8289a8..f40e327aa0d775a9bb2fa6c99aebfff56c45efa3 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/* vim: set ts=4 tw=4 sw=4 noet: */
+/* vim: set ts=4 tw=0 sw=4 noet: */
 if (isset($CFG->db_driver)) {
     switch ($CFG->db_driver) {
         case 'mysqli':
index a8ab163b0436a976894197ffcac6155b0a7331c4..430432838498280041415a98bc1b73f662c3cf7f 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/* vim: set ts=4 tw=4 sw=4 noet: */
+/* vim: set ts=4 tw=0 sw=4 noet: */
 abstract class DBImpl {
 
     private function __clone() {}
index 822cae81fcddce35fc5f0d493962e727fe796830..584e843cb8af804beae73aa4a72febd62932a552 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/* vim: set ts=4 tw=4 sw=4 noet: */
+/* vim: set ts=4 tw=0 sw=4 noet: */
 require_once $CFG->root .'lib/db_implementation.php';
 
 class DBMysqli extends DBImpl {
index 4bad52e103cc948b9d3f1ba34ffe7cd143468cc5..09f015e5f884c60313c024c672c5d27ed58e860d 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/* vim: set ts=4 tw=4 sw=4 noet: */
+/* vim: set ts=4 tw=0 sw=4 noet: */
 require_once $CFG->root .'config.php';
 
 class FileSessionHandler {
index 7ad8969601565a2e86fc482a3ab4317385003dbf..89f226d98963a47ca12fa99279d001f7a7269de2 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/* vim: set ts=4 tw=4 sw=4 noet: */
+/* vim: set ts=4 tw=0 sw=4 noet: */
 require_once $CFG->root .'config.php';
 require_once $CFG->root . 'lib/session_handler.inc.php';
 
index 42233d2f2686d4cec9752bdfac85d11032c205ea..bc7c05e7fea5f42dbee985141438e77f077e3e01 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/* vim: set ts=4 tw=4 sw=4 noet: */
+/* vim: set ts=4 tw=0 sw=4 noet: */
     require_once 'Mail/mimeDecode.php';
     require_once 'config.php';
     require_once $CFG->root . 'lib/db_factory.php';
index c65a0f54f58bc53cd7b1f73b08cb9f5c8e53c5f9..5228ebb06416115e4fe390d0f4bc22ea49aca6aa 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/* vim: set ts=4 tw=4 sw=4 noet: */
+/* vim: set ts=4 tw=0 sw=4 noet: */
     require_once 'Mail/mimeDecode.php';
     require_once 'config.php';
     require_once $CFG->root . 'lib/db_factory.php';
index 4944bb28aa5ebcc8d05db221e327c06b60abcffa..031a416d69e4796411db8fd511b0509b37524e1b 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/* vim: set ts=4 tw=4 sw=4 noet: */
+/* vim: set ts=4 tw=0 sw=4 noet: */
     require_once 'config.php';
     require_once $CFG->root . 'lib/db_factory.php';
     require_once $CFG->root . 'lib/utils.inc.php';
index 6650683e608c61a673afbe981759a3a3b3482b51..7cee6dc4a74e44fae7f7faff8976db0f918eff4e 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/* vim: set ts=4 tw=4 sw=4 noet: */
+/* vim: set ts=4 tw=0 sw=4 noet: */
     require_once 'Mail/mimeDecode.php';
     require_once 'config.php';
     require_once $CFG->root . 'lib/db_factory.php';
This page took 0.077426 seconds and 5 git commands to generate.