ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
old-remove-require-once.php File Reference

Removes leading includes from files. More...

Go to the source code of this file.

Variables

 exit
 
 $FS = new FSTools()
 
 $files = $FS->globr('.', '*.php')
 

Detailed Description

Removes leading includes from files.

Note
This does not remove inline includes; those must be handled manually.

Definition in file old-remove-require-once.php.

Variable Documentation

◆ $files

$files = $FS->globr('.', '*.php')

Definition at line 22 of file old-remove-require-once.php.

◆ $FS

$FS = new FSTools()

Definition at line 20 of file old-remove-require-once.php.

◆ exit

exit

Definition at line 8 of file old-remove-require-once.php.