diff options
author | andi <andi@splitbrain.org> | 2005-04-13 19:53:38 +0200 |
---|---|---|
committer | andi <andi@splitbrain.org> | 2005-04-13 19:53:38 +0200 |
commit | 340756e4d13bbcffbd9cba79aef7fc7a6ca2ecb8 (patch) | |
tree | 160d60db6a261905bb0e2dee27ad4918ac6a9505 /inc/utils.php | |
parent | dfb7810ba16e7becb2fb423cf984b18c8526b085 (diff) | |
download | rpg-340756e4d13bbcffbd9cba79aef7fc7a6ca2ecb8.tar.gz rpg-340756e4d13bbcffbd9cba79aef7fc7a6ca2ecb8.tar.bz2 |
removed closing php tag for includes
darcs-hash:20050413175338-9977f-c969db6f86df5df175db9a39b4fabb9f072f8f67.gz
Diffstat (limited to 'inc/utils.php')
-rw-r--r-- | inc/utils.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/inc/utils.php b/inc/utils.php index de98f35ec..45b9b0d23 100644 --- a/inc/utils.php +++ b/inc/utils.php @@ -84,3 +84,6 @@ function confToHash($file) { return $conf; } + + +//Setup VIM: ex: et ts=2 enc=utf-8 : |