summaryrefslogtreecommitdiff
path: root/www/interface_functions.php
diff options
context:
space:
mode:
authorHorus32014-03-12 02:52:39 +0100
committerHorus32014-03-12 02:52:39 +0100
commit59cb17a791f7bb16384bf9cb4cfc22e642a228c8 (patch)
treedacebe47ac2772946ebce41d67cebc7bfd3e3906 /www/interface_functions.php
parent8970954933ecf4b5c842027faa7c52f85cc25fe2 (diff)
downloadfiles.iamfabulous.de-59cb17a791f7bb16384bf9cb4cfc22e642a228c8.tar.gz
Removed unnecessary functions.
Diffstat (limited to 'www/interface_functions.php')
-rw-r--r--www/interface_functions.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/www/interface_functions.php b/www/interface_functions.php
deleted file mode 100644
index 0116fe6..0000000
--- a/www/interface_functions.php
+++ /dev/null
@@ -1,5 +0,0 @@
-<?
-
-function show($content){
- var_dump($content);
-}