PBH-101 User Manual Ver. 1.2
- 21 -
2.3
Practice
2.3.1
PHPoC Operation
PHPoC searches the "init.php" file right after it boots up. If there is no "init.php" file,
none of PHPoC code will be implemented. Thus, you must create or upload the "init.php"
file into PHPoC file system.
You can write a script on the "init.php" as well as running other php files using php
commands of system function. The "init.php" is implemented just once but loaded files by
the command can be repeatedly run.
Please refer to the
“
PHPoC System Function
”
document for detailed information
about system function.
⚫
Running script on "init.php"
Figure 2-2 running script on "init.php"
⚫
Running another php file in "init.php"
Figure 2-3 running another php file in "init.php"