From 5d8615a958b20c59a7ed00be0aa2ef8f2f9cc233 Mon Sep 17 00:00:00 2001 From: "Moritz Kaspar Rudert (mortzu)" Date: Mon, 8 Sep 2014 08:16:09 +0200 Subject: moved external libraries into gitmodules --- public/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/index.php') diff --git a/public/index.php b/public/index.php index abe8d075..604d9ed1 100644 --- a/public/index.php +++ b/public/index.php @@ -59,7 +59,7 @@ require_once ('includes/pages/user_questions.php'); require_once ('includes/pages/user_settings.php'); require_once ('includes/pages/user_shifts.php'); -require_once ('vendor/parsedown-0.9.0/Parsedown.php'); +require_once realpath(__DIR__ . '/../vendor/parsedown/Parsedown.php'); session_start(); -- cgit v1.2.3-70-g09d2 From 27b82236115df5db560e7015248574575441a551 Mon Sep 17 00:00:00 2001 From: "Moritz Kaspar Rudert (mortzu)" Date: Mon, 8 Sep 2014 08:38:08 +0200 Subject: removed bootstrap.php --- db/update.php | 10 +-- includes/controller/shifts_controller.php | 2 +- includes/pages/user_ical.php | 2 +- public/bootstrap.php | 10 --- public/index.php | 142 +++++++++++++++--------------- 5 files changed, 78 insertions(+), 88 deletions(-) delete mode 100644 public/bootstrap.php (limited to 'public/index.php') diff --git a/db/update.php b/db/update.php index 992ce715..ad72ec05 100644 --- a/db/update.php +++ b/db/update.php @@ -1,9 +1,9 @@ diff --git a/public/index.php b/public/index.php index 604d9ed1..7fe6671c 100644 --- a/public/index.php +++ b/public/index.php @@ -1,63 +1,62 @@ -- cgit v1.2.3-70-g09d2