summaryrefslogtreecommitdiffstats
path: root/app/class/framework.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/class/framework.class.php')
-rw-r--r--app/class/framework.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/class/framework.class.php b/app/class/framework.class.php
index 5232135..11902d0 100644
--- a/app/class/framework.class.php
+++ b/app/class/framework.class.php
@@ -23,7 +23,7 @@ abstract class Framework
*/
function ar()
{
- /* TODO */
+ return substr($_SERVER['PHP_SELF'], 0, -10); // 10 = length of "/index.php"
}
/*