Move friendica-specific parts into an own subdirectory

This commit is contained in:
Tobias Hößl 2012-08-04 08:46:11 +00:00
parent 8f5a88aa10
commit b8234a1cb8
11 changed files with 20 additions and 20 deletions

View file

@ -8,5 +8,5 @@
$_v = explode(".", phpversion());
if ($_v[0] > 5 || ($_v[0] == 5 && $_v[1] >= 3)) {
require(__DIR__ . "/main.php");
require(__DIR__ . "/friendica/main.php");
}