This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Das Problem ist ja nur die constants.php die nicht gefunden wird und er dadurch ein Fehler anzeigt. | |
Ich habe daher auf meinem Server nur ein Link im Systemverzeichnis angelegt. | |
ln -s config/constants.php constants.php | |
Man müsste nun in /system/modules/c2gadmin/c2g_functions.php es irgendwie hinbekommen, das er an zwei stellen sucht und mit file_exists prüfen ob vorhanden. | |
Mal so, geht bestimmt noch schöner, in der loadVHostConfig: | |
*/ |
NewerOlder