rpicms

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

commit 6c02d886d28606ef9c40d69f622e4cba126d8821
parent 9c23f3dca1d17a51bdeabfae824a94175f051181
Author: mtrnord <mtrnord1@gmail.com>
Date:   Sun,  4 Oct 2015 21:24:18 +0200

fix bootstrap.php

Diffstat:
Mtests/bootstrap.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/bootstrap.php b/tests/bootstrap.php @@ -1,4 +1,4 @@ <?php include_once('AutoLoader.php'); -AutoLoader::registerDirectory('../tests'); +AutoLoader::registerDirectory('tests');