Alternc  latest
Alternc logiel libre pour l'hébergement
bro_main.php File Reference

Go to the source code of this file.

Variables

 $fields
 A file browser / manager for AlternC Warning: complex spaghetti-style code below. More...
 
 $memory_limit =ini_get("memory_limit")
 
 $p =$bro->GetPrefs()
 
if(! $R && $p["golastdir"]) $R =$bro->convertabsolute($R,1)
 

Variable Documentation

◆ $fields

$fields
Initial value:
= array (
"R" => array ("request", "string", ""),
"o" => array ("request", "array", array()),
"d" => array ("request", "array", array()),
"perm" => array ("post", "array", array()),
"formu" => array ("post", "integer", ""),
"actextract" => array ("request", "string", ""),
"fileextract" => array ("request", "string", ""),
"actperms" => array ("post", "string", ""),
"actdel" => array ("post", "string", ""),
"actcopy" => array ("post", "string", ""),
"actrename" => array ("post", "string", ""),
"actmove" => array ("post", "string", ""),
"actmoveto" => array ("post", "string", ""),
"nomfich" => array ("post", "string", ""),
"del_confirm" => array ("request", "string", ""),
"cancel" => array ("request", "string", ""),
"showdirsize" => array ("request", "integer", "0"),
"nomfich" => array ("post", "string", ""),
)

A file browser / manager for AlternC Warning: complex spaghetti-style code below.

allow an account user to browse files, move, copy, upload, rename, and set permissions also, uncompress tarballs and zips, and import SQL files

Definition at line 33 of file bro_main.php.

◆ $memory_limit

$memory_limit =ini_get("memory_limit")

Definition at line 55 of file bro_main.php.

◆ $p

$p =$bro->GetPrefs()

Definition at line 61 of file bro_main.php.

◆ $R

if (! $R &&$p["golastdir"]) $R =$bro->convertabsolute($R,1)

Definition at line 66 of file bro_main.php.