����JFIF���������
1#@!#!123s
D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
2173614
/
root
/
usr
/
share
/
ai-bolit
/
tools
/
Filename :
handler.php
back
Copy
<?php // when scanning process starts function aibolit_onStart() { // TODO... } // when scanning process ends function aibolit_onComplete($exit_code, $stat) { // TODO... } // when progress updates function aibolit_onProgressUpdate($data) { // TODO... } // error when reading file function aibolit_onReadError($path, $type) { // TODO... } // when skips big file function aibolit_onBigFile($path) { // TODO... } // when some fatal error occurs function aibolit_onFatalError($errstr) { // TODO... }