Dashboard
PHP:
8.1.34
OS:
Linux
User:
uid288609
/
/
opt
/
php8.1
/
lib
/
php
/
test
/
Structures_Graph
/
tests
π€ Upload
π New File
π New Folder
Close
Editing: helper.inc
<?php if ('/opt/php8.1/lib/php' == '@'.'php_dir'.'@') { // This package hasn't been installed. // Adjust path to ensure includes find files in working directory. set_include_path(dirname(dirname(__FILE__)) . PATH_SEPARATOR . dirname(__FILE__) . PATH_SEPARATOR . get_include_path()); } require_once 'Structures/Graph.php';
Save
Cancel