Function includeifexists
Performs include() only if a file exists
Located at sys/core/core.php
Parameters summary
string |
$path |
Path to the file |
Return value summary
boolean
|
true if the file exists, false if not. |