GlisWeb framework
_src
_api
_task
_tmp.clean.php
Vai alla documentazione di questo file.
1
<?php
2
14
// runlevel da saltare
15
$cf
[
'runlevels'
][
'skip'
] = array(
16
'300'
,
'310'
,
'320'
,
'330'
,
'345'
,
17
'400'
,
'420'
,
18
'950'
,
'980'
19
);
20
21
// inclusione del framework
22
require_once
'../../../_src/_config.php'
;
23
24
// inizializzo l'array del risultato
25
$status
= array();
26
27
// svuoto la cartella temporanea
28
emptyDir
(
DIRECTORY_BASE
.
DIRECTORY_TEMPORANEA
);
29
30
?>
DIRECTORY_TEMPORANEA
const DIRECTORY_TEMPORANEA
Definition:
_config.php:263
$status
$status
Definition:
_tmp.clean.php:25
DIRECTORY_BASE
const DIRECTORY_BASE
Definition:
_osm.php:3
emptyDir
emptyDir( $d)
Definition:
_filesystem.tools.php:706
$cf
$cf['runlevels']['skip']
Definition:
_tmp.clean.php:15
Generato Sab 25 Lug 2020 23:06:27 per GlisWeb framework da
1.8.13