CMS  Version 3.9
edit.inc File Reference

Go to the source code of this file.

Variables

 $file = sanitizePath($_REQUEST["file"])
 
 $path = $config['homedir'] . DIRECTORY_SEPARATOR . $file
 
if($method=="POST") else
 
 $readonly = !is_writable($path)
 
read only
 
document id ( 'edit_form').iFrameFormRequest(
 

Variable Documentation

◆ $file

$file = sanitizePath($_REQUEST["file"])

Definition at line 37 of file edit.inc.

◆ $path

$path = $config['homedir'] . DIRECTORY_SEPARATOR . $file

Definition at line 39 of file edit.inc.

◆ $readonly

$readonly = !is_writable($path)

Definition at line 54 of file edit.inc.

◆ else

if ( $method=="POST") else
Initial value:
{
$content = htmlsafe(file_get_contents($path))
if(array_key_exists("HTTP_IF_MODIFIED_SINCE", $_SERVER)) $content
Definition: styles.css.inc:24
$path
Definition: edit.inc:39

Definition at line 50 of file edit.inc.

◆ id

document id('edit_form').iFrameFormRequest( ( 'edit_form'  )

Definition at line 69 of file edit.inc.

◆ only

read only

Definition at line 62 of file edit.inc.