where is global.php
harry-joshi opened this issue · 2 comments
harry-joshi commented
L999999 commented
Hi
It can be found in the “configs“” folder in the root directory, if it is installed correctly
studentforcode commented
It required this 2 file to even install. . .
$myfile = fopen("configs/database.php", "w") or die("Unable to open file !");
$myfilec = fopen("configs/global.php", "w") or die("Unable to open file !");
were are they ?