gluon-web-remote

Web remote Administration for big size of gluon routers
git clone git://archive.git.mtrnord.blog/MTRNord/gluon-web-remote.git
Log | Files | Refs | README

commit bb392421c23f25246d7f6fbe39fb92081be5101c
parent 08a91e7272f1fa50bb7de92ebec8ec23eadf66a5
Author: Marcel <info@nordgedanken.de>
Date:   Sat, 24 Oct 2015 11:53:07 +0200

refix tests

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

diff --git a/tests/bootstrap.php b/tests/bootstrap.php @@ -2,7 +2,7 @@ include_once('AutoLoader.php'); AutoLoader::registerDirectory('tests'); -$filename = __DIR__.'/libs/php-ssh/vendor/autoload.php'; +$filename = __DIR__.'/../libs/php-ssh/vendor/autoload.php'; if (!file_exists($filename)) { echo 'You must first install the vendors using composer.'.PHP_EOL;