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