summaryrefslogtreecommitdiff
path: root/www/interface_functions.php
diff options
context:
space:
mode:
authorroot2014-03-10 15:31:56 +0100
committerroot2014-03-10 15:31:56 +0100
commit833d72001d3df1680913759ff760708766618eb8 (patch)
tree33bb53833e39063e523ee76cd54bab305590e5b3 /www/interface_functions.php
parent432275ce705b4e418b550eb99c45dd46ca1b3fd3 (diff)
downloadfiles.iamfabulous.de-833d72001d3df1680913759ff760708766618eb8.tar.gz
starting to write the interface
Diffstat (limited to 'www/interface_functions.php')
-rw-r--r--www/interface_functions.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/www/interface_functions.php b/www/interface_functions.php
new file mode 100644
index 0000000..0116fe6
--- /dev/null
+++ b/www/interface_functions.php
@@ -0,0 +1,5 @@
+<?
+
+function show($content){
+ var_dump($content);
+}