From 4dd515e12ea2b10b307cf2c1b2a4021702a6507a Mon Sep 17 00:00:00 2001 From: lub Date: Tue, 27 Aug 2019 15:14:27 +0200 Subject: [PATCH] add ts3phpframework submodule --- .gitignore | 1 - .gitmodules | 3 +++ cronjob.php => main.php | 0 ts3phpframework | 1 + 4 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .gitmodules rename cronjob.php => main.php (100%) create mode 160000 ts3phpframework diff --git a/.gitignore b/.gitignore index 3441a1c..7e9e3af 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -ts3phpframework config.inc.php diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..a94825b --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "ts3phpframework"] + path = ts3phpframework + url = https://github.com/planetteamspeak/ts3phpframework.git diff --git a/cronjob.php b/main.php similarity index 100% rename from cronjob.php rename to main.php diff --git a/ts3phpframework b/ts3phpframework new file mode 160000 index 0000000..3b7a20e --- /dev/null +++ b/ts3phpframework @@ -0,0 +1 @@ +Subproject commit 3b7a20e68bc556981f9a41782adb9933394605a9