/home/techb158/exp.abdallabala.com/application/install
Edit: /home/techb158/exp.abdallabala.com/application/install/ajax_c.php (1933B)
PDO::ERRMODE_EXCEPTION]
);
$input =
'config.php inside-
application folder with following contents-
iBilling required some folders writable. It seems folders is not writable. The App may not work properly. For common troubleshooting tips, please visit- http://www.ibilling.io/common-troubleshooting-tips/
';
$wConfig = "../config.php";
if (file_exists($wConfig)) {
echo 'Config file exist. Please delete-
application/config.php and try again.';
exit();
}
($fh = fopen($wConfig, 'w')) or die($f_msg);
fwrite($fh, $input);
fclose($fh);
echo '1';
} catch (PDOException $e) {
echo 'Connection failed: ' . $e->getMessage();
exit();
}