Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Delisle <marc@infomarc.info>2007-03-19 19:55:30 +0300
committerMarc Delisle <marc@infomarc.info>2007-03-19 19:55:30 +0300
commitb800466c912d1f2560992bbbe862a23b4c530913 (patch)
tree472e90ce52890568c361825363f6ea456d8ef3e1 /server_binlog.php
parent24c8f9a4de432f88c015c5ae9e3e04c02d5ac786 (diff)
avoid vim error on loading
Diffstat (limited to 'server_binlog.php')
-rw-r--r--server_binlog.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/server_binlog.php b/server_binlog.php
index 8d0e4d2d90..ce0b6a63d6 100644
--- a/server_binlog.php
+++ b/server_binlog.php
@@ -1,5 +1,5 @@
<?php
-/* vim: expandtab sw=4 ts=4 sts=4: */
+/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* display the binary logs and the content of the selected
*