Procedural File: source.php
Source Location: /sources/source.php
Classes:
Page Details:
Source.php : Show source of a php script
You can use your own source.php file, param is for file to view is $_REQUEST['script'] /!\ Be carreful you must secure this page !!!! /!\ Don't forget to secure this script ! With something like that or whatever you want ! :) if ( !Rights::is_Admin() ) { redirect_login(); exit; }
Tags:
highlight_file_line [line 43]
void highlight_file_line(
string $file)
|
|
highlight_file_line() : Modified version of show_source, with lines numbers
Tags:
Parameters
string |
$file |
Path of the file to show source |
|