Class ProxyServer
Class ProxyServer
Package: SMF
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at proxy.php
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at proxy.php
public
|
|
public
boolean
|
|
public
|
|
protected
string
|
|
protected
boolean
|
|
protected
boolean
|
|
public
|
protected
boolean
|
$enabled
$enabled Whether or not this is enabled |
|
protected
integer
|
$maxSize
$maxSize The maximum size for files to cache |
|
protected
string
|
$secret
$secret A secret code used for hashing |
|
protected
string
|
$cache
The cache directory |
|
protected
integer
|
$maxDays
$maxDays until entries get deleted |
|
protected
integer
|
$cachedtime
$cachedtime time object cached |
|
protected
string
|
$cachedtype
$cachedtype type of object cached |
|
protected
integer
|
$cachedsize
$cachedsize size of object cached |
|
protected
string
|
$cachedbody
$cachedbody body of object cached |