/home/techb158/exp.abdallabala.com/application/controllers
Edit: /home/techb158/exp.abdallabala.com/application/controllers/editor.php (2149B)
assign('user', $user);
switch ($action) {
case 'no_file':
echo '
'application/lan/' . $config['language'] . '/common.lan.php',
'invoice_printer.php' => 'application/lib/invoices/render.php',
'invoice_pdf.php' => 'application/lib/invoices/pdf-x2.php',
];
if (isset($available_files_to_edit[$file])) {
$path = $available_files_to_edit[$file];
if (file_exists($path)) {
$fp = fopen($path, 'w');
fwrite($fp, $codes);
fclose($fp);
echo $_L['Data Updated'];
} else {
echo 'Failed';
}
} else {
i_close('Invalid File ' . $file);
}
break;
default:
echo '// File not found.';
}