rpicms

A CMS for the Raspberry Pi
git clone git://archive.git.mtrnord.blog/RpicmsTeam/rpicms.git
Log | Files | Refs | README | LICENSE

commit 23a08332ef2f740a26e9c805d0fccfe28567cafa
parent 50b6baab6e8747edce201eca22ecd759419f4955
Author: MTRNord <mtrnord1@gmail.com>
Date:   Mon,  2 Feb 2015 20:14:13 +0100

I'm so genius....

Diffstat:
Mcore/api/v1/api.php | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/core/api/v1/api.php b/core/api/v1/api.php @@ -1,5 +1,6 @@ <?php require_once 'MyApi.class.php'; +require_once 'api.class.php'; // Requests from the same server don't have a HTTP_ORIGIN header if (!array_key_exists('HTTP_ORIGIN', $_SERVER)) { $_SERVER['HTTP_ORIGIN'] = $_SERVER['SERVER_NAME'];