From 2173f7d7613b5158f4bb2f71a02df353c058c1ee Mon Sep 17 00:00:00 2001 From: emkael Date: Wed, 24 Feb 2016 23:38:27 +0100 Subject: * moving PHP app files to app/php and Python app files to app/python --- app/php/application.xml | 39 +++++++++++++++++++++++++++++++++++++++ app/php/pages/Home.page | 8 ++++++++ app/php/runtime | 1 + 3 files changed, 48 insertions(+) create mode 100644 app/php/application.xml create mode 100644 app/php/pages/Home.page create mode 120000 app/php/runtime (limited to 'app/php') diff --git a/app/php/application.xml b/app/php/application.xml new file mode 100644 index 0000000..98f3af5 --- /dev/null +++ b/app/php/application.xml @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/app/php/pages/Home.page b/app/php/pages/Home.page new file mode 100644 index 0000000..368b3e7 --- /dev/null +++ b/app/php/pages/Home.page @@ -0,0 +1,8 @@ + + + Welcome to PRADO + + +

Welcome to PRADO!

+ + \ No newline at end of file diff --git a/app/php/runtime b/app/php/runtime new file mode 120000 index 0000000..2cee2e0 --- /dev/null +++ b/app/php/runtime @@ -0,0 +1 @@ +../../cache/prado \ No newline at end of file -- cgit v1.2.3