commit d042e4e69746592e4be114a3d45a0e1569060cd5
parent 49f715231b922865c1335695d63ed048781b52b0
Author: Frank <info@nordgedanken.de>
Date: Sun, 18 Oct 2015 14:41:43 +0200
Add php-ssh libary
Diffstat:
3 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/index.php b/index.php
@@ -1,3 +1,6 @@
+<?php
+include indexClass.php;
+?>
<!DOCTYPE html>
<html>
diff --git a/indexClass.php b/indexClass.php
@@ -1,5 +1,6 @@
+<?php
class index(){
-
+include libs/php-ssh/vendor/autoload.php;
echo="FF-Webremote";
@@ -8,3 +9,4 @@ echo="FF-Webremote";
}
+?>
diff --git a/libs/php-ssh b/libs/php-ssh
@@ -0,0 +1 @@
+Subproject commit 13eec7eedfc7206bc537f6e636dfe193c1dcfcc9