diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2010-03-14 04:53:15 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2010-03-14 04:53:15 +0000 |
commit | 45f382b06d0f6a5da0660d3bb70ce2c71193be57 (patch) | |
tree | bde9f0aab8b0370736b401b114f0169a6f2f86f8 /admin | |
parent | 5744c3ea4b476f7cdc8bad113432673e88f884d9 (diff) | |
download | ampache-45f382b06d0f6a5da0660d3bb70ce2c71193be57.tar.gz ampache-45f382b06d0f6a5da0660d3bb70ce2c71193be57.tar.bz2 ampache-45f382b06d0f6a5da0660d3bb70ce2c71193be57.zip |
Add vim modelines to all php files (Thx ascheel)
Diffstat (limited to 'admin')
-rw-r--r-- | admin/access.php | 1 | ||||
-rw-r--r-- | admin/catalog.php | 1 | ||||
-rw-r--r-- | admin/duplicates.php | 1 | ||||
-rw-r--r-- | admin/export.php | 1 | ||||
-rw-r--r-- | admin/flag.php | 1 | ||||
-rw-r--r-- | admin/index.php | 1 | ||||
-rw-r--r-- | admin/mail.php | 1 | ||||
-rw-r--r-- | admin/modules.php | 1 | ||||
-rw-r--r-- | admin/shout.php | 1 | ||||
-rw-r--r-- | admin/system.php | 1 | ||||
-rw-r--r-- | admin/users.php | 1 |
11 files changed, 11 insertions, 0 deletions
diff --git a/admin/access.php b/admin/access.php index 6a46c9f1..a6ea8dd1 100644 --- a/admin/access.php +++ b/admin/access.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/admin/catalog.php b/admin/catalog.php index 619f96be..7dcc0f10 100644 --- a/admin/catalog.php +++ b/admin/catalog.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/admin/duplicates.php b/admin/duplicates.php index 7f9fbc7f..d61f5170 100644 --- a/admin/duplicates.php +++ b/admin/duplicates.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/admin/export.php b/admin/export.php index adea9bed..4e423647 100644 --- a/admin/export.php +++ b/admin/export.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/admin/flag.php b/admin/flag.php index 6ca41ba6..79d9c81b 100644 --- a/admin/flag.php +++ b/admin/flag.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/admin/index.php b/admin/index.php index 2cf3c824..24f358ad 100644 --- a/admin/index.php +++ b/admin/index.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/admin/mail.php b/admin/mail.php index 33c9edf7..e1eaf0c2 100644 --- a/admin/mail.php +++ b/admin/mail.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) 2001 - 2006 Ampache.org diff --git a/admin/modules.php b/admin/modules.php index a57e5170..5f3270d1 100644 --- a/admin/modules.php +++ b/admin/modules.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/admin/shout.php b/admin/shout.php index e439d348..31b7405a 100644 --- a/admin/shout.php +++ b/admin/shout.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) 2001 - 2007 ampache.org diff --git a/admin/system.php b/admin/system.php index a5e9a775..85cf143e 100644 --- a/admin/system.php +++ b/admin/system.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/admin/users.php b/admin/users.php index 9e6f138b..c871a5e7 100644 --- a/admin/users.php +++ b/admin/users.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org |