/home/techb158/exp.abdallabala.com/application/autoload/IBilling
NameSizeModeActions
FileSystem.php31970644editdlrm
Form.php5700644editdlrm
Http.php15630644editdlrm
I18n.php39780644editdlrm
index.html1120644editdlrm
Viewer.php6940644editdlrm
Edit: /home/techb158/exp.abdallabala.com/application/autoload/IBilling/Form.php (570B)
permissions = 0755; $this->source = false; } public function select($source) { if (file_exists($source)) { $this->source = $source; return $this; } else { throw new Exception('File not Found!'); } } public function copy() { return $this; } }