8:00 | 9:00 | 10:00 | 11:00 | 12:00 | 13:00 | 14:00 | 15:00 | 16:00 | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | ||||||||||
AFRICKÁ RESTAURACE | rezervovat | rezervovat | rezervovat | rezervovat | rezervovat | rezervovat | rezervovat | rezervovat | rezervovat | rezervovat | rezervovat | rezervovat | rezervovat | rezervovat | rezervovat | rezervovat | rezervovat | rezervovat |
KGCMA | rezervovat | rezervovat | rezervovat | rezervovat | rezervovat | rezervovat | rezervovat | rezervovat | rezervovat | rezervovat | rezervovat | rezervovat | rezervovat | rezervovat | rezervovat | rezervovat | rezervovat | rezervovat |
Jméno | Datum a čas | Akce |
Cannot read an undeclared property RS\Security\Model\CompanyIdentityEntity::$firstName. search►
File: /var/www/clients/client123/web1762/libs/Nette/common/ObjectMixin.php Line: 134
127: if (isset(self::$methods[$class][$m])) {
128: $val = $_this->$m();
129: return $val;
130: }
131:
132: $type = isset(self::$methods[$class]['set' . $name]) ? 'a write-only' : 'an undeclared';
133: $name = func_get_arg(1);
134: throw new MemberAccessException("Cannot read $type property $class::\$$name.");
135: }
136:
137:
138:
139: /**
140: * Sets value of a property.
141: * @param object
/var/www/clients/client123/web1762/libs/Nette/common/Object.php:131 source ► Nette\ObjectMixin:: get (arguments ►)
$_this | RS\Security\Model\CompanyIdentityEntity(15) ► |
---|---|
$name | "firstName" (9)
|
124: * Returns property value. Do not call directly.
125: * @param string property name
126: * @return mixed property value
127: * @throws MemberAccessException if the property is not defined.
128: */
129: public function &__get($name)
130: {
131: return ObjectMixin::get($this, $name);
132: }
133:
134:
135:
136: /**
137: * Sets value of a property. Do not call directly.
138: * @param string property name
/var/www/clients/client123/web1762/temp/cache/_Nette.FileTemplate/_templates.Sport.default.latte-9448d793df705fe60be7cb674715efb2.php:104 source ► Nette\Object-> __get (arguments ►)
$name | "firstName" (9)
|
---|
97: </tr>
98: </thead>
99: <tbody>
100: <?php $iterations = 0; foreach ($iterator = $_l->its[] = new Nette\Iterators\CachingIterator($waitingReservations) as $reservation): ?>
101: <tr>
102: <?php $detailLink = $reservationDetailLink ? $reservationDetailLink->setParam('id', $reservation->getId()) : FALSE ?>
103:
104: <td><?php echo Nette\Templating\DefaultHelpers::escapeHtml($reservation->user->identity->firstName, ENT_NOQUOTES) ?>
105: <?php echo Nette\Templating\DefaultHelpers::escapeHtml($reservation->user->identity->lastName, ENT_NOQUOTES) ?></td>
106: <td>
107: <?php $iterations = 0; foreach ($iterator = $_l->its[] = new Nette\Iterators\CachingIterator($reservation->getObjectTimes()) as $time): ?>
108: <?php if ($iterator->isFirst()): echo Nette\Templating\DefaultHelpers::escapeHtml($template->date($time->startTime, "j. n. Y"), ENT_NOQUOTES) ?>
109: <br /><?php endif ?>
110:
111: <?php echo Nette\Templating\DefaultHelpers::escapeHtml($template->date($time->startTime, "G:i"), ENT_NOQUOTES) ?>
inner-code _lb22281a6503__waitingReservations (arguments ►)
$_l | stdClass(5) ▼ |
---|---|
$_args | array(23) ► |
/var/www/clients/client123/web1762/temp/cache/_Nette.FileTemplate/_templates.Sport.default.latte-9448d793df705fe60be7cb674715efb2.php:154 source ► call_user_func (arguments ►)
$function_name | "_lb22281a6503__waitingReservations" (34)
|
---|---|
$parmeter | stdClass(5) ▼ |
$... | array(23) ► |
147: ?>
148: <div id="<?php echo $control->getSnippetId('calendar') ?>"><?php call_user_func(reset($_l->blocks['_calendar']), $_l, $template->getParams()) ?>
149: </div><div class="fleft">
150: <div class="datepicker" data-datepicker-date="<?php echo htmlSpecialChars($template->date($today, 'Y-m-d')) ?>
151: " data-datepicker-link="<?php echo htmlSpecialChars($control->link("this", array('day' => 'yy-mm-dd'))) ?>"></div>
152: </div>
153: <div class="fright">
154: <div id="<?php echo $control->getSnippetId('waitingReservations') ?>"><?php call_user_func(reset($_l->blocks['_waitingReservations']), $_l, $template->getParams()) ?>
155: </div></div><?php
156: // template extending support
157: if ($_l->extends) {
158: ob_end_clean();
159: Nette\Latte\Macros\CoreMacros::includeTemplate($_l->extends, get_defined_vars(), $template)->render();
160: }
161:
/var/www/clients/client123/web1762/libs/Nette/Utils/LimitedScope.php:70 source ► include (arguments ►)
#0 | "/var/www/clients/client123/web1762/temp/cache/_Nette.FileTemplate/_templates.Sport.default.latte-9448d793df705fe60be7cb674715efb2.php" (133)
|
---|
63: */
64: public static function load(/*$file, array $vars = NULL*/)
65: {
66: if (func_num_args() > 1) {
67: self::$vars = func_get_arg(1);
68: extract(self::$vars);
69: }
70: return include func_get_arg(0);
71: }
72:
73: }
74:
/var/www/clients/client123/web1762/libs/Nette/Templating/FileTemplate.php:120 source ► Nette\Utils\LimitedScope:: load (arguments ►)
#0 | "/var/www/clients/client123/web1762/temp/cache/_Nette.FileTemplate/_templates.Sport.default.latte-9448d793df705fe60be7cb674715efb2.php" (133)
|
---|---|
#1 | array(22) ► |
113: Caching\Cache::CONSTS => 'Nette\Framework::REVISION',
114: ));
115: $cache->release();
116: $cached = $cache->load($this->file);
117: }
118:
119: if ($cached !== NULL && $storage instanceof Caching\Storages\PhpFileStorage) {
120: Nette\Utils\LimitedScope::load($cached['file'], $this->getParams());
121: } else {
122: Nette\Utils\LimitedScope::evaluate($compiled, $this->getParams());
123: }
124: }
125:
126: }
127:
/var/www/clients/client123/web1762/libs/Nella/Application/UI/Control.php:158 source ► Nette\Templating\FileTemplate-> render ()
151: *
152: * @param string
153: * @return void
154: */
155: protected function _render($method)
156: {
157: $this->template->setFile($this->formatTemplateFile($method));
158: $this->template->render();
159: }
160:
161: /**
162: * Component factory. Delegates the creation of components to a createComponent<Name> method.
163: * @param string
164: * @return \Nette\ComponentModel\IComponent
165: */
/var/www/clients/client123/web1762/libs/RS/Frontend/Components/SportControl.php:100 source ► Nella\Application\UI\Control-> _render (arguments ►)
$method | "RS\Frontend\Components\SportControl::render" (43)
|
---|
93: $this->template->reservationSteps = $reservationSteps;
94: $this->template->waitingReservations = callback($this, 'getWaitingReservations');
95:
96: // Links
97: $this->template->editReservationLink = $this->getEditReservationLink();
98: $this->template->reservationDetailLink = $this->getReservationDetailLink();
99:
100: $this->_render(__METHOD__);
101: }
102:
103: }
104:
/var/www/clients/client123/web1762/temp/cache/_Nette.FileTemplate/_Activity.default.latte-fb3183aa361766fb8914065e42716010.php:52 source ► RS\Frontend\Components\SportControl-> render ()
45:
46: <?php if ($activity->getType() == RS\Model\ActivityEntity::EVENTS): ?>
47:
48: <?php $_ctrl = $control->getWidget("week"); if ($_ctrl instanceof Nette\Application\UI\IPartiallyRenderable) $_ctrl->validateControl(); $_ctrl->render() ?>
49:
50: <?php elseif ($activity->getType() == RS\Model\ActivityEntity::OBJECTS): ?>
51:
52: <?php $_ctrl = $control->getWidget("object"); if ($_ctrl instanceof Nette\Application\UI\IPartiallyRenderable) $_ctrl->validateControl(); $_ctrl->render() ;$_ctrl = $control->getWidget("basket"); if ($_ctrl instanceof Nette\Application\UI\IPartiallyRenderable) $_ctrl->validateControl(); $_ctrl->render() ?>
53:
54: <?php endif ?>
55:
56: <?php if ($login): ?>
57: <p>Pro zvolenou akci se musíte přihlásit</p>
58: <?php $_ctrl = $control->getWidget("loginForm"); if ($_ctrl instanceof Nette\Application\UI\IPartiallyRenderable) $_ctrl->validateControl(); $_ctrl->render() ;$_ctrl = $control->getWidget("registrationForm"); if ($_ctrl instanceof Nette\Application\UI\IPartiallyRenderable) $_ctrl->validateControl(); $_ctrl->render() ;endif ?>
59:
inner-code _lbbf56bf836e__activity (arguments ►)
$_l | stdClass(4) ▼ |
---|---|
$_args | array(15) ► |
/var/www/clients/client123/web1762/temp/cache/_Nette.FileTemplate/_Activity.default.latte-fb3183aa361766fb8914065e42716010.php:22 source ► call_user_func (arguments ►)
$function_name | "_lbbf56bf836e__activity" (23)
|
---|---|
$parmeter | stdClass(4) ▼ |
$... | array(15) ► |
15: <?php $iterations++; endforeach; array_pop($_l->its); $iterator = end($_l->its) ?>
16: </ul>
17:
18: <div id="<?php echo $control->getSnippetId('flashes') ?>"><?php call_user_func(reset($_l->blocks['_flashes']), $_l, $template->getParams()) ?>
19: </div>
20: <?php if ($activity): ?>
21:
22: <div id="<?php echo $control->getSnippetId('activity') ?>"><?php call_user_func(reset($_l->blocks['_activity']), $_l, $template->getParams()) ?>
23: </div>
24: <?php endif ?>
25:
26: <?php
27: }}
28:
29: //
/var/www/clients/client123/web1762/libs/Nette/Latte/Macros/UIMacros.php:459 source ► _lb90d6cd39a2_content (arguments ►)
$_l | stdClass(4) ▼ |
---|---|
$_args | array(15) ► |
452: */
453: public static function callBlock($context, $name, $params)
454: {
455: if (empty($context->blocks[$name])) {
456: throw new Nette\InvalidStateException("Cannot include undefined block '$name'.");
457: }
458: $block = reset($context->blocks[$name]);
459: $block($context, $params);
460: }
461:
462:
463:
464: /**
465: * Calls parent block.
466: * @param stdClass
/var/www/clients/client123/web1762/temp/cache/_Nette.FileTemplate/_templates._layout.latte-95f480d97fb59b2bfcda80076fe59082.php:75 source ► Nette\Latte\Macros\UIMacros:: callBlock (arguments ►)
$context | stdClass(4) ▼ |
---|---|
$name | "content" (7)
|
$params | array(15) ► |
68: <li><a href="<?php echo Nette\Templating\DefaultHelpers::escapeHtml($control->link("User:login")) ?>
69: ">Přihlásit se</a></li>
70: <li><a href="<?php echo Nette\Templating\DefaultHelpers::escapeHtml($control->link("Registration:")) ?>
71: ">Registrace</a></li>
72: <?php endif ?>
73: </ul>
74: <hr />
75: <?php Nette\Latte\Macros\UIMacros::callBlock($_l, 'content', $template->getParams()) ?>
76: </body>
77: </html>
/var/www/clients/client123/web1762/libs/Nette/Utils/LimitedScope.php:70 source ► include (arguments ►)
#0 | "/var/www/clients/client123/web1762/temp/cache/_Nette.FileTemplate/_templates._layout.latte-95f480d97fb59b2bfcda80076fe59082.php" (127)
|
---|
63: */
64: public static function load(/*$file, array $vars = NULL*/)
65: {
66: if (func_num_args() > 1) {
67: self::$vars = func_get_arg(1);
68: extract(self::$vars);
69: }
70: return include func_get_arg(0);
71: }
72:
73: }
74:
/var/www/clients/client123/web1762/libs/Nette/Templating/FileTemplate.php:120 source ► Nette\Utils\LimitedScope:: load (arguments ►)
#0 | "/var/www/clients/client123/web1762/temp/cache/_Nette.FileTemplate/_templates._layout.latte-95f480d97fb59b2bfcda80076fe59082.php" (127)
|
---|---|
#1 | array(16) ► |
113: Caching\Cache::CONSTS => 'Nette\Framework::REVISION',
114: ));
115: $cache->release();
116: $cached = $cache->load($this->file);
117: }
118:
119: if ($cached !== NULL && $storage instanceof Caching\Storages\PhpFileStorage) {
120: Nette\Utils\LimitedScope::load($cached['file'], $this->getParams());
121: } else {
122: Nette\Utils\LimitedScope::evaluate($compiled, $this->getParams());
123: }
124: }
125:
126: }
127:
/var/www/clients/client123/web1762/temp/cache/_Nette.FileTemplate/_Activity.default.latte-fb3183aa361766fb8914065e42716010.php:85 source ► Nette\Templating\FileTemplate-> render ()
78: //
79: // main template
80: //
81: if (!$_l->extends) { call_user_func(reset($_l->blocks['content']), $_l, get_defined_vars()); }
82: // template extending support
83: if ($_l->extends) {
84: ob_end_clean();
85: Nette\Latte\Macros\CoreMacros::includeTemplate($_l->extends, get_defined_vars(), $template)->render();
86: }
87:
/var/www/clients/client123/web1762/libs/Nette/Utils/LimitedScope.php:70 source ► include (arguments ►)
#0 | "/var/www/clients/client123/web1762/temp/cache/_Nette.FileTemplate/_Activity.default.latte-fb3183aa361766fb8914065e42716010.php" (126)
|
---|
63: */
64: public static function load(/*$file, array $vars = NULL*/)
65: {
66: if (func_num_args() > 1) {
67: self::$vars = func_get_arg(1);
68: extract(self::$vars);
69: }
70: return include func_get_arg(0);
71: }
72:
73: }
74:
/var/www/clients/client123/web1762/libs/Nette/Templating/FileTemplate.php:120 source ► Nette\Utils\LimitedScope:: load (arguments ►)
#0 | "/var/www/clients/client123/web1762/temp/cache/_Nette.FileTemplate/_Activity.default.latte-fb3183aa361766fb8914065e42716010.php" (126)
|
---|---|
#1 | array(15) ► |
113: Caching\Cache::CONSTS => 'Nette\Framework::REVISION',
114: ));
115: $cache->release();
116: $cached = $cache->load($this->file);
117: }
118:
119: if ($cached !== NULL && $storage instanceof Caching\Storages\PhpFileStorage) {
120: Nette\Utils\LimitedScope::load($cached['file'], $this->getParams());
121: } else {
122: Nette\Utils\LimitedScope::evaluate($compiled, $this->getParams());
123: }
124: }
125:
126: }
127:
/var/www/clients/client123/web1762/libs/Nette/Application/Responses/TextResponse.php:57 source ► Nette\Templating\FileTemplate-> render ()
50: /**
51: * Sends response to output.
52: * @return void
53: */
54: public function send(Nette\Http\IRequest $httpRequest, Nette\Http\IResponse $httpResponse)
55: {
56: if ($this->source instanceof Nette\Templating\ITemplate) {
57: $this->source->render();
58:
59: } else {
60: echo $this->source;
61: }
62: }
63:
64: }
/var/www/clients/client123/web1762/libs/Nette/Application/Application.php:144 source ► Nette\Application\Responses\TextResponse-> send (arguments ►)
$httpRequest | Nette\Http\Request(9) ► |
---|---|
$httpResponse | Nette\Http\Response(5) ▼ |
137:
138: // Send response
139: if ($response instanceof Responses\ForwardResponse) {
140: $request = $response->getRequest();
141: continue;
142:
143: } elseif ($response instanceof IResponse) {
144: $response->send($httpRequest, $httpResponse);
145: }
146: break;
147:
148: } catch (\Exception $e) {
149: // fault barrier
150: $this->onError($this, $e);
151:
/var/www/clients/client123/web1762/libs/Nella/Application/Application.php:24 source ► Nette\Application\Application-> run ()
17: class Application extends \Nette\Application\Application
18: {
19: public function run()
20: {
21: if (PHP_SAPI == "cli") {
22: $this->getContext()->console->run();
23: } else {
24: parent::run();
25: }
26: }
27: }
28:
/var/www/clients/client123/web1762/app/bootstrap.php:69 source ► Nella\Application\Application-> run ()
62: if (isset($server)) {
63: $application->onShutdown[] = function() use ($server, $context) {
64: \VrtakCZ\Diagnostics\AccessLogger::create($server)->log($context->httpRequest);
65: };
66: }
67:
68: // Run, Forrest, run!
69: $application->run();
70:
/var/www/clients/client123/web1762/web/index.php:27 source ► require (arguments ►)
#0 | "/var/www/clients/client123/web1762/app/bootstrap.php" (52)
|
---|
20: // absolute filesystem path to the uploaded files
21: $params['storageDir'] = $params['appDir'] . "/storage";
22:
23: // absolute filesystem path to the image cache files
24: $params['imageCache'] = $params['wwwDir'] . "/images";
25:
26: // load bootstrap file
27: require $params['appDir'] . '/bootstrap.php';
28:
array(1) ▼ [
0 => Nette\Application\Request(7) ► {
method private => "GET" (3)
flags private => array(1) ▼ {
secured => FALSE
}
name private => "Frontend:Activity" (17)
params private => array(4) ▼ {
action => "default" (7)
id => NULL
"object-day" => "2025-09-29" (10)
slug => "golfove-turnaje" (15)
}
post private => array(0)
files private => array(0)
frozen private => TRUE
}
]
RS\Frontend\ActivityPresenter(32) ► {
login private => NULL
activity private => RS\Model\ActivityEntity(8) ► {
name protected => "Golfové turnaje" (16)
slug protected => "golfove-turnaje" (15)
type protected => 2
active protected => TRUE
reservationStep protected => 3600
bookableItems protected => Doctrine\ORM\PersistentCollection(9) ► {
snapshot private => array(0)
owner private => RS\Model\ActivityEntity(8) { *RECURSION* }
association private => array(15) { ... }
em private => Doctrine\ORM\EntityManager(10) { ... }
backRefFieldName private => "activity" (8)
typeClass private => Nella\Doctrine\Mapping\ClassMetadata(32) { ... }
isDirty private => FALSE
initialized private => FALSE
coll private => Doctrine\Common\Collections\ArrayCollection(1) { ... }
}
businessHours protected => Doctrine\ORM\PersistentCollection(9) ► {
snapshot private => array(0)
owner private => RS\Model\ActivityEntity(8) { *RECURSION* }
association private => array(15) { ... }
em private => Doctrine\ORM\EntityManager(10) { ... }
backRefFieldName private => "activity" (8)
typeClass private => Nella\Doctrine\Mapping\ClassMetadata(32) { ... }
isDirty private => FALSE
initialized private => FALSE
coll private => Doctrine\Common\Collections\ArrayCollection(1) { ... }
}
id protected => 31
}
eventId => NULL
type => NULL
onShutdown => NULL
request private => Nette\Application\Request(7) ► {
method private => "GET" (3)
flags private => array(1) ▼ {
secured => FALSE
}
name private => "Frontend:Activity" (17)
params private => array(4) ▼ {
action => "default" (7)
id => NULL
"object-day" => "2025-09-29" (10)
slug => "golfove-turnaje" (15)
}
post private => array(0)
files private => array(0)
frozen private => TRUE
}
response private => Nette\Application\Responses\TextResponse(1) ▼ {
source private => Nette\Templating\FileTemplate(9) ► {
file private => "/var/www/clients/client123/web1762/libs/RS/Frontend/templates/Activity/default.latte" (84)
warnOnUndefined => TRUE
onPrepareFilters => array(1) [ ... ]
source private => NULL
params private => array(15) { ... }
filters private => array(0)
helpers private => array(1) { ... }
helperLoaders private => array(1) [ ... ]
cacheStorage private => Nette\Caching\Storages\PhpFileStorage(4) { ... }
}
}
autoCanonicalize => TRUE
absoluteUrls => FALSE
globalParams private => array(0)
globalState private => array(3) ▼ {
eventId => NULL
type => NULL
"object-day" => "2025-09-29" (10)
}
globalStateSinces private => array(3) ▼ {
eventId => "RS\Frontend\ActivityPresenter" (29)
type => "RS\Frontend\ActivityPresenter" (29)
"object-day" => FALSE
}
action private => "default" (7)
view private => "default" (7)
layout private => NULL
payload private => stdClass(0)
signalReceiver private => ""
signal private => NULL
ajaxMode private => FALSE
startupCheck private => TRUE
lastCreatedRequest private => Nette\Application\Request(7) ► {
method private => "FORWARD" (7)
flags private => array(0)
name private => "Frontend:Activity" (17)
params private => array(5) ▼ {
"object-day" => "yy-mm-dd" (8)
slug => "golfove-turnaje" (15)
eventId => NULL
type => NULL
action => "default" (7)
}
post private => array(0)
files private => array(0)
frozen private => FALSE
}
lastCreatedRequestFlag private => array(1) ▼ {
current => FALSE
}
context private => Nette\DI\Container(6) ▼ {
params => array(15) ► {
rootDir => "/var/www/clients/client123/web1762/web/.." (41)
wwwDir => "/var/www/clients/client123/web1762/web" (38)
appDir => "/var/www/clients/client123/web1762/web/../app" (45)
libsDir => "/var/www/clients/client123/web1762/web/../libs" (46)
tempDir => "/var/www/clients/client123/web1762/web/../temp" (46)
storageDir => "/var/www/clients/client123/web1762/web/../app/storage" (53)
imageCache => "/var/www/clients/client123/web1762/web/images" (45)
productionMode => TRUE
consoleMode => FALSE
uploadDir => "/var/www/clients/client123/web1762/web/../temp/uploads" (54)
flashes => array(4) { ... }
namespaces => array(3) { ... }
templates => array(3) { ... }
email => "info@malevil.cz" (15)
database => array(8) { ... }
}
registry private => array(99) ► {
container => Nette\DI\Container(6) { *RECURSION* }
application => Nella\Application\Application(11) { ... }
presenterFactory => Nella\Application\PresenterFactory(1) { ... }
latteEngine => NULL
consoleHelpers => NULL
console => NULL
router => Nette\Application\Routers\RouteList(3) { ... }
httpRequest => Nette\Http\Request(9) { ... }
httpResponse => Nette\Http\Response(5) { ... }
httpContext => NULL
session => Nette\Http\Session(4) { ... }
user => RS\Security\User(7) { ... }
cacheStorage => Nette\Caching\Storages\FileStorage(3) { ... }
templateCacheStorage => Nette\Caching\Storages\PhpFileStorage(4) { ... }
cacheJournal => Nette\Caching\Storages\FileJournal(9) { ... }
mailer => NULL
robotLoader => Nette\Loaders\RobotLoader(8) { ... }
translator => Nella\Localization\Translator(5) { ... }
translatorPanel => NULL
userPanel => NULL
debugPanel => NULL
authenticator => NULL
authorizator => NULL
templateFilesFactory => Nella\Templating\FilesFactory(5) { ... }
eventManager => Nella\Event\EventDispatcher(1) { ... }
versionListener => Nella\Doctrine\Listeners\Version(0)
logger => RS\Doctrine\Listeners\Logger(2) { ... }
discriminatorMapDiscovery => Nella\Doctrine\Listeners\DiscriminatorMapDiscovery(2) { ... }
mediaListener => Nella\Media\Model\Listener(7) { ... }
annotationReader => Doctrine\Common\Annotations\CachedReader(4) { ... }
annotationDriver => Nella\Doctrine\Mapping\Driver\AnnotationDriver(4) { ... }
doctrineLogger => NULL
configuration => Doctrine\ORM\Configuration(1) { ... }
mysqlSessionInitListener => Doctrine\DBAL\Event\Listeners\MysqlSessionInit(2) { ... }
doctrineEventManager => Doctrine\Common\EventManager(1) { ... }
entityManager => Doctrine\ORM\EntityManager(10) { ... }
migrationConfiguration => NULL
dbalRunSqlConsoleCommand => NULL
dbalImportConsoleCommand => NULL
oRMSchemaCreateConsoleCommand => NULL
oRMSchemaUpdateConsoleCommand => NULL
oRMSchemaDropConsoleCommand => NULL
oRMGenerateProxiesConsoleCommand => NULL
oRMRunDQLConsoleCommand => NULL
migrationsDiffConsoleCommand => NULL
migrationsExecuteConsoleCommand => NULL
migrationsGenerateConsoleCommand => NULL
migrationsMigrateConsoleCommand => NULL
migrationsStatusConsoleCommand => NULL
migrationsVersionConsoleCommand => NULL
imageService => NULL
imageRepository => NULL
imageFormatService => NULL
imageFormatRepository => NULL
fileService => NULL
fileRepository => NULL
userIdentityService => NULL
userIdentityRepository => NULL
userCredentialsService => NULL
userCredentialsRepository => NULL
roleService => NULL
roleRepository => NULL
rolePermissionService => NULL
rolePermissionRepository => NULL
tokenService => NULL
tokenRepository => NULL
actionLoggerService => NULL
actionLoggerRepository => NULL
languageService => NULL
languageRepository => NULL
userDao => NULL
userIdentityDao => NULL
companyIdentityDao => NULL
identityRoleDao => NULL
forgottenPasswordDao => NULL
activityDao => RS\Model\ActivityDao(5) { ... }
businessHoursDao => NULL
businessHoursDayDao => RS\Model\BusinessHoursDayDao(5) { ... }
businessHoursFeastDao => RS\Model\BusinessHoursFeastDao(5) { ... }
feastDao => RS\Model\FeastDao(5) { ... }
bookableObjectDao => RS\Model\BookableObjectDao(5) { ... }
bookableEventDao => NULL
bookableEventRepetitionDao => NULL
reservationEventDao => NULL
reservationObjectDao => RS\Model\ReservationObjectDao(5) { ... }
reservationObjectTimeDao => RS\Model\ReservationObjectTimeDao(5) { ... }
reservationObjectRepetitionDao => RS\Model\ReservationObjectRepetitionDao(5) { ... }
reservationDao => NULL
constantDao => NULL
notificationDao => RS\Model\NotificationDao(5) { ... }
bookableEventService => NULL
reservationEventService => NULL
reservationObjectService => RS\Model\Services\ReservationObject(7) { ... }
businessHoursService => RS\Model\Services\BusinessHoursCacheDecorator(7) { ... }
basketService => RS\Model\Services\Basket(6) { ... }
constantService => NULL
notificationService => RS\Model\Services\Notificator(4) { ... }
validator => RS\Validator\ObjectValidator(2) { ... }
logEntryDao => NULL
}
factories private => array(60) ► {
latteEngine => array(2) [ ... ]
consoleHelpers => array(2) [ ... ]
console => array(2) [ ... ]
httpContext => array(2) [ ... ]
mailer => array(2) [ ... ]
translatorPanel => array(2) [ ... ]
userPanel => array(2) [ ... ]
debugPanel => array(2) [ ... ]
authenticator => array(2) [ ... ]
authorizator => array(2) [ ... ]
doctrineLogger => array(2) [ ... ]
migrationConfiguration => array(2) [ ... ]
dbalRunSqlConsoleCommand => array(2) [ ... ]
dbalImportConsoleCommand => array(2) [ ... ]
oRMSchemaCreateConsoleCommand => array(2) [ ... ]
oRMSchemaUpdateConsoleCommand => array(2) [ ... ]
oRMSchemaDropConsoleCommand => array(2) [ ... ]
oRMGenerateProxiesConsoleCommand => array(2) [ ... ]
oRMRunDQLConsoleCommand => array(2) [ ... ]
migrationsDiffConsoleCommand => array(2) [ ... ]
migrationsExecuteConsoleCommand => array(2) [ ... ]
migrationsGenerateConsoleCommand => array(2) [ ... ]
migrationsMigrateConsoleCommand => array(2) [ ... ]
migrationsStatusConsoleCommand => array(2) [ ... ]
migrationsVersionConsoleCommand => array(2) [ ... ]
imageService => array(2) [ ... ]
imageRepository => array(2) [ ... ]
imageFormatService => array(2) [ ... ]
imageFormatRepository => array(2) [ ... ]
fileService => array(2) [ ... ]
fileRepository => array(2) [ ... ]
userIdentityService => array(2) [ ... ]
userIdentityRepository => array(2) [ ... ]
userCredentialsService => array(2) [ ... ]
userCredentialsRepository => array(2) [ ... ]
roleService => array(2) [ ... ]
roleRepository => array(2) [ ... ]
rolePermissionService => array(2) [ ... ]
rolePermissionRepository => array(2) [ ... ]
tokenService => array(2) [ ... ]
tokenRepository => array(2) [ ... ]
actionLoggerService => array(2) [ ... ]
actionLoggerRepository => array(2) [ ... ]
languageService => array(2) [ ... ]
languageRepository => array(2) [ ... ]
userDao => array(2) [ ... ]
userIdentityDao => array(2) [ ... ]
companyIdentityDao => array(2) [ ... ]
identityRoleDao => array(2) [ ... ]
forgottenPasswordDao => array(2) [ ... ]
businessHoursDao => array(2) [ ... ]
bookableEventDao => array(2) [ ... ]
bookableEventRepetitionDao => array(2) [ ... ]
reservationEventDao => array(2) [ ... ]
reservationDao => array(2) [ ... ]
constantDao => array(2) [ ... ]
bookableEventService => array(2) [ ... ]
reservationEventService => array(2) [ ... ]
constantService => array(2) [ ... ]
logEntryDao => array(2) [ ... ]
}
tags private => array(99) ► {
container => NULL
application => array(1) { ... }
presenterFactory => array(1) { ... }
latteEngine => array(1) { ... }
consoleHelpers => array(1) { ... }
console => array(1) { ... }
router => array(1) { ... }
httpRequest => array(1) { ... }
httpResponse => array(1) { ... }
httpContext => array(1) { ... }
session => array(1) { ... }
user => array(1) { ... }
cacheStorage => array(1) { ... }
templateCacheStorage => array(1) { ... }
cacheJournal => array(1) { ... }
mailer => array(1) { ... }
robotLoader => array(1) { ... }
translator => array(1) { ... }
translatorPanel => array(1) { ... }
userPanel => array(1) { ... }
debugPanel => array(1) { ... }
authenticator => array(1) { ... }
authorizator => array(1) { ... }
templateFilesFactory => array(1) { ... }
eventManager => array(1) { ... }
versionListener => array(3) { ... }
logger => array(3) { ... }
discriminatorMapDiscovery => array(3) { ... }
mediaListener => array(3) { ... }
annotationReader => array(2) { ... }
annotationDriver => array(2) { ... }
doctrineLogger => array(2) { ... }
configuration => array(2) { ... }
mysqlSessionInitListener => array(2) { ... }
doctrineEventManager => array(2) { ... }
entityManager => array(2) { ... }
migrationConfiguration => array(2) { ... }
dbalRunSqlConsoleCommand => array(3) { ... }
dbalImportConsoleCommand => array(3) { ... }
oRMSchemaCreateConsoleCommand => array(3) { ... }
oRMSchemaUpdateConsoleCommand => array(3) { ... }
oRMSchemaDropConsoleCommand => array(3) { ... }
oRMGenerateProxiesConsoleCommand => array(3) { ... }
oRMRunDQLConsoleCommand => array(3) { ... }
migrationsDiffConsoleCommand => array(3) { ... }
migrationsExecuteConsoleCommand => array(3) { ... }
migrationsGenerateConsoleCommand => array(3) { ... }
migrationsMigrateConsoleCommand => array(3) { ... }
migrationsStatusConsoleCommand => array(3) { ... }
migrationsVersionConsoleCommand => array(3) { ... }
imageService => array(3) { ... }
imageRepository => array(3) { ... }
imageFormatService => array(3) { ... }
imageFormatRepository => array(3) { ... }
fileService => array(3) { ... }
fileRepository => array(3) { ... }
userIdentityService => array(3) { ... }
userIdentityRepository => array(3) { ... }
userCredentialsService => array(3) { ... }
userCredentialsRepository => array(3) { ... }
roleService => array(3) { ... }
roleRepository => array(3) { ... }
rolePermissionService => array(3) { ... }
rolePermissionRepository => array(3) { ... }
tokenService => array(3) { ... }
tokenRepository => array(3) { ... }
actionLoggerService => array(3) { ... }
actionLoggerRepository => array(3) { ... }
languageService => array(3) { ... }
languageRepository => array(3) { ... }
userDao => array(1) { ... }
userIdentityDao => array(3) { ... }
companyIdentityDao => array(3) { ... }
identityRoleDao => array(3) { ... }
forgottenPasswordDao => array(3) { ... }
activityDao => array(1) { ... }
businessHoursDao => array(1) { ... }
businessHoursDayDao => array(1) { ... }
businessHoursFeastDao => array(1) { ... }
feastDao => array(1) { ... }
bookableObjectDao => array(1) { ... }
bookableEventDao => array(1) { ... }
bookableEventRepetitionDao => array(1) { ... }
reservationEventDao => array(1) { ... }
reservationObjectDao => array(1) { ... }
reservationObjectTimeDao => array(1) { ... }
reservationObjectRepetitionDao => array(1) { ... }
reservationDao => array(1) { ... }
constantDao => array(1) { ... }
notificationDao => array(1) { ... }
bookableEventService => array(1) { ... }
reservationEventService => array(1) { ... }
reservationObjectService => array(1) { ... }
businessHoursService => array(1) { ... }
basketService => array(1) { ... }
constantService => array(1) { ... }
notificationService => array(1) { ... }
validator => array(1) { ... }
logEntryDao => array(1) { ... }
}
creating private => array(0)
frozen private => FALSE
}
template private => Nette\Templating\FileTemplate(9) ► {
file private => "/var/www/clients/client123/web1762/libs/RS/Frontend/templates/Activity/default.latte" (84)
warnOnUndefined => TRUE
onPrepareFilters => array(1) ▼ [
0 => Nette\Callback(1) { ... }
]
source private => NULL
params private => array(15) ► {
control => RS\Frontend\ActivityPresenter(32) { *RECURSION* }
presenter => RS\Frontend\ActivityPresenter(32) { *RECURSION* }
user => RS\Security\User(7) { ... }
netteHttpResponse => Nette\Http\Response(5) { ... }
netteCacheStorage => Nette\Caching\Storages\FileStorage(3) { ... }
baseUrl => "http://rs.malevil.cz" (20)
baseUri => "http://rs.malevil.cz" (20)
basePath => ""
flashes => array(0)
activities => array(8) [ ... ]
activity => RS\Model\ActivityEntity(8) { ... }
login => NULL
layout => "/var/www/clients/client123/web1762/libs/RS/Frontend/templates/@layout.latte" (75)
template => Nette\Templating\FileTemplate(9) { *RECURSION* }
_g => stdClass(0)
}
filters private => array(0)
helpers private => array(1) ▼ {
translate => Nette\Callback(1) { ... }
}
helperLoaders private => array(1) ▼ [
0 => Nette\Callback(1) { ... }
]
cacheStorage private => Nette\Caching\Storages\PhpFileStorage(4) ▼ {
hint => "/templates/Sport.default.latte" (30)
dir private => "/var/www/clients/client123/web1762/temp/cache" (45)
useDirs private => TRUE
journal private => NULL
}
}
invalidSnippets private => array(0)
snippetMode => NULL
params protected => array(3) ▼ {
action => "default" (7)
id => NULL
slug => "golfove-turnaje" (15)
}
components private => array(1) ▼ {
object => RS\Frontend\Components\SportControl(25) ► {
bookableObjectDao protected => RS\Model\BookableObjectDao(5) { ... }
businessHoursService protected => RS\Model\Services\BusinessHoursCacheDecorator(7) { ... }
basketService protected => RS\Model\Services\Basket(6) { ... }
reservationService protected => RS\Model\Services\ReservationObject(7) { ... }
date protected => DateTime(3) { ... }
day => "2025-09-29" (10)
reservationDetailLink protected => NULL
editReservationLink protected => Nette\Application\UI\Link(3) { ... }
approveReservationLink protected => NULL
declineReservationLink protected => NULL
businessHours protected => array(1) [ ... ]
objects protected => array(2) [ ... ]
reservations protected => array(0)
bookedTimes protected => array(0)
waitingReservations protected => array(1) { ... }
activity protected => RS\Model\ActivityEntity(8) { ... }
template private => Nette\Templating\FileTemplate(9) { ... }
invalidSnippets private => array(0)
snippetMode => NULL
params protected => array(1) { ... }
components private => array(0)
cloning private => NULL
parent private => RS\Frontend\ActivityPresenter(32) { *RECURSION* }
name private => "object" (6)
monitors private => array(1) { ... }
}
}
cloning private => NULL
parent private => NULL
name private => "Frontend:Activity" (17)
monitors private => array(1) ▼ {
"Nette\Application\UI\Presenter" => array(4) ▼ [
0 => NULL
1 => NULL
2 => NULL
3 => TRUE
]
}
}
NETTE | TRUE
|
---|---|
NETTE_DIR | "/var/www/clients/client123/web1762/libs/Nette" (45)
|
NETTE_VERSION_ID | 20000
|
NETTE_PACKAGE | "5.3" (3)
|
NELLA_FRAMEWORK | TRUE
|
NELLA_FRAMEWORK_DIR | "/var/www/clients/client123/web1762/libs/Nella" (45)
|
NELLA_FRAMEWORK_VERSION_ID | 20000
|
RS | TRUE
|
RS_DIR | "/var/www/clients/client123/web1762/libs/RS" (42)
|
/var/www/clients/client123/web1762/web/index.php |
/var/www/clients/client123/web1762/app/bootstrap.php |
/var/www/clients/client123/web1762/libs/Nette/loader.php |
/var/www/clients/client123/web1762/libs/Nette/common/exceptions.php |
/var/www/clients/client123/web1762/libs/Nette/common/Object.php |
/var/www/clients/client123/web1762/libs/Nette/Utils/LimitedScope.php |
/var/www/clients/client123/web1762/libs/Nette/Loaders/AutoLoader.php |
/var/www/clients/client123/web1762/libs/Nette/Loaders/NetteLoader.php |
/var/www/clients/client123/web1762/libs/Nette/Diagnostics/Helpers.php |
/var/www/clients/client123/web1762/libs/Nette/Utils/Html.php |
/var/www/clients/client123/web1762/libs/Nette/Diagnostics/Debugger.php |
/var/www/clients/client123/web1762/libs/Nette/Diagnostics/Logger.php |
/var/www/clients/client123/web1762/libs/Nette/Diagnostics/FireLogger.php |
/var/www/clients/client123/web1762/libs/Nette/Diagnostics/BlueScreen.php |
/var/www/clients/client123/web1762/libs/Nette/Diagnostics/Bar.php |
/var/www/clients/client123/web1762/libs/Nette/Diagnostics/DefaultBarPanel.php |
/var/www/clients/client123/web1762/libs/Nette/Diagnostics/IBarPanel.php |
/var/www/clients/client123/web1762/libs/Nette/Utils/SafeStream.php |
/var/www/clients/client123/web1762/libs/RS/loader.php |
/var/www/clients/client123/web1762/libs/Nella/loader.php |
/var/www/clients/client123/web1762/libs/Nella/SplClassLoader.php |
/var/www/clients/client123/web1762/libs/Nella/shortcuts.php |
/var/www/clients/client123/web1762/libs/Nella/Localization/shortcuts.php |
/var/www/clients/client123/web1762/libs/RS/exceptions.php |
/var/www/clients/client123/web1762/libs/Nette/Utils/Strings.php |
/var/www/clients/client123/web1762/libs/RS/Configurator.php |
/var/www/clients/client123/web1762/libs/Nella/Configurator.php |
/var/www/clients/client123/web1762/libs/Nette/DI/Container.php |
/var/www/clients/client123/web1762/libs/Nette/common/FreezableObject.php |
/var/www/clients/client123/web1762/libs/Nette/common/IFreezable.php |
/var/www/clients/client123/web1762/libs/Nette/DI/IContainer.php |
/var/www/clients/client123/web1762/libs/Nette/common/Environment.php |
/var/www/clients/client123/web1762/libs/Nella/DI/Configurators/DefaultParams.php |
/var/www/clients/client123/web1762/libs/Nella/DI/IConfigurator.php |
/var/www/clients/client123/web1762/libs/Nette/common/Configurator.php |
/var/www/clients/client123/web1762/libs/Nette/Utils/Arrays.php |
/var/www/clients/client123/web1762/libs/Nella/DI/Configurators/DefaultServices.php |
/var/www/clients/client123/web1762/libs/Nette/Reflection/Method.php |
/var/www/clients/client123/web1762/libs/Nette/Reflection/AnnotationsParser.php |
/var/www/clients/client123/web1762/libs/Nette/Reflection/ClassType.php |
/var/www/clients/client123/web1762/libs/Nette/common/Callback.php |
/var/www/clients/client123/web1762/libs/Nella/Doctrine/Configurator.php |
/var/www/clients/client123/web1762/libs/Nella/Model/Configurator.php |
/var/www/clients/client123/web1762/libs/Nella/Event/EventDispatcher.php |
/var/www/clients/client123/web1762/libs/Nella/Event/IEventDispatcher.php |
/var/www/clients/client123/web1762/libs/Nette/Http/RequestFactory.php |
/var/www/clients/client123/web1762/libs/Nette/Http/UrlScript.php |
/var/www/clients/client123/web1762/libs/Nette/Http/Url.php |
/var/www/clients/client123/web1762/libs/Nette/common/ObjectMixin.php |
/var/www/clients/client123/web1762/libs/Nette/Http/Request.php |
/var/www/clients/client123/web1762/libs/Nette/Http/IRequest.php |
/var/www/clients/client123/web1762/libs/Nette/Http/Response.php |
/var/www/clients/client123/web1762/libs/Nette/Http/IResponse.php |
/var/www/clients/client123/web1762/libs/Nette/Http/Session.php |
/var/www/clients/client123/web1762/libs/Nella/Application/PresenterFactory.php |
/var/www/clients/client123/web1762/libs/Nette/Application/IPresenterFactory.php |
/var/www/clients/client123/web1762/libs/Nette/Application/Routers/RouteList.php |
/var/www/clients/client123/web1762/libs/Nette/common/ArrayList.php |
/var/www/clients/client123/web1762/libs/Nette/Application/IRouter.php |
/var/www/clients/client123/web1762/libs/Nette/Application/UI/Presenter.php |
/var/www/clients/client123/web1762/libs/Nette/Application/UI/Control.php |
/var/www/clients/client123/web1762/libs/Nette/Application/UI/PresenterComponent.php |
/var/www/clients/client123/web1762/libs/Nette/ComponentModel/Container.php |
/var/www/clients/client123/web1762/libs/Nette/ComponentModel/Component.php |
/var/www/clients/client123/web1762/libs/Nette/ComponentModel/IComponent.php |
/var/www/clients/client123/web1762/libs/Nette/ComponentModel/IContainer.php |
/var/www/clients/client123/web1762/libs/Nette/Application/UI/ISignalReceiver.php |
/var/www/clients/client123/web1762/libs/Nette/Application/UI/IStatePersistent.php |
/var/www/clients/client123/web1762/libs/Nette/Application/UI/IPartiallyRenderable.php |
/var/www/clients/client123/web1762/libs/Nette/Application/UI/IRenderable.php |
/var/www/clients/client123/web1762/libs/Nette/Application/IPresenter.php |
/var/www/clients/client123/web1762/libs/Nella/Application/Application.php |
/var/www/clients/client123/web1762/libs/Nette/Application/Application.php |
/var/www/clients/client123/web1762/libs/Nella/Events.php |
/var/www/clients/client123/web1762/libs/RS/DI/Configurators/DefaultParams.php |
/var/www/clients/client123/web1762/libs/RS/DI/Configurators/DefaultServices.php |
/var/www/clients/client123/web1762/libs/RS/Doctrine/Configurator.php |
/var/www/clients/client123/web1762/libs/Nella/Event/Args/Container.php |
/var/www/clients/client123/web1762/libs/Nella/Event/EventArgs.php |
/var/www/clients/client123/web1762/libs/Nella/DI/Configurators/Config.php |
/var/www/clients/client123/web1762/libs/Nette/Caching/Cache.php |
/var/www/clients/client123/web1762/libs/Nette/Caching/Storages/PhpFileStorage.php |
/var/www/clients/client123/web1762/libs/Nette/Caching/Storages/FileStorage.php |
/var/www/clients/client123/web1762/libs/Nette/Caching/IStorage.php |
/var/www/clients/client123/web1762/temp/cache/_Nette.Configurator/_-f0d3361b50a3a660a169d9420e8e7775.php |
/var/www/clients/client123/web1762/libs/Nella/Forms/Controls/MultipleFileUpload.php |
/var/www/clients/client123/web1762/libs/Nette/Forms/Controls/BaseControl.php |
/var/www/clients/client123/web1762/libs/Nette/Forms/IControl.php |
/var/www/clients/client123/web1762/libs/Nette/Utils/Finder.php |
/var/www/clients/client123/web1762/libs/Nette/Iterators/Filter.php |
/var/www/clients/client123/web1762/libs/Nella/Diagnostics/CallbackBarPanel.php |
/var/www/clients/client123/web1762/libs/Nette/Caching/Storages/FileJournal.php |
/var/www/clients/client123/web1762/libs/Nette/Caching/Storages/IJournal.php |
/var/www/clients/client123/web1762/libs/Nette/Loaders/RobotLoader.php |
/var/www/clients/client123/web1762/libs/Nette/common/Framework.php |
/var/www/clients/client123/web1762/libs/Nella/Diagnostics/VersionBarPanel.php |
/var/www/clients/client123/web1762/libs/Nella/FreezableObject.php |
/var/www/clients/client123/web1762/libs/Nette/Reflection/Property.php |
/var/www/clients/client123/web1762/libs/Nella/Event/Args/Application.php |
/var/www/clients/client123/web1762/libs/Nette/Application/Routers/Route.php |
/var/www/clients/client123/web1762/libs/Nette/Application/Diagnostics/RoutingPanel.php |
/var/www/clients/client123/web1762/libs/Nette/Application/Request.php |
/var/www/clients/client123/web1762/libs/Nella/Event/Args/ApplicationRequest.php |
/var/www/clients/client123/web1762/libs/RS/Frontend/ActivityPresenter.php |
/var/www/clients/client123/web1762/libs/RS/Frontend/BasePresenter.php |
/var/www/clients/client123/web1762/libs/RS/Application/UI/Presenter.php |
/var/www/clients/client123/web1762/libs/Nella/Application/UI/Presenter.php |
/var/www/clients/client123/web1762/libs/Nette/Application/UI/PresenterComponentReflection.php |
/var/www/clients/client123/web1762/libs/Nette/ComponentModel/RecursiveComponentIterator.php |
/var/www/clients/client123/web1762/libs/Nette/Iterators/InstanceFilter.php |
/var/www/clients/client123/web1762/libs/Doctrine/Common/EventManager.php |
/var/www/clients/client123/web1762/libs/Nella/Doctrine/Listeners/Version.php |
/var/www/clients/client123/web1762/libs/Doctrine/Common/EventSubscriber.php |
/var/www/clients/client123/web1762/libs/Doctrine/ORM/Events.php |
/var/www/clients/client123/web1762/libs/RS/Doctrine/Listeners/Logger.php |
/var/www/clients/client123/web1762/libs/Nella/Doctrine/Listeners/Logger.php |
/var/www/clients/client123/web1762/libs/RS/Security/User.php |
/var/www/clients/client123/web1762/libs/Nella/Security/User.php |
/var/www/clients/client123/web1762/libs/Nette/Http/IUser.php |
/var/www/clients/client123/web1762/libs/Nella/Doctrine/Listeners/DiscriminatorMapDiscovery.php |
/var/www/clients/client123/web1762/libs/Doctrine/Common/Annotations/AnnotationRegistry.php |
/var/www/clients/client123/web1762/libs/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php |
/var/www/clients/client123/web1762/libs/Doctrine/Common/Annotations/Annotation.php |
/var/www/clients/client123/web1762/libs/Nella/Doctrine/Mapping/DoctrineAnnotations.php |
/var/www/clients/client123/web1762/libs/Doctrine/Common/Annotations/AnnotationReader.php |
/var/www/clients/client123/web1762/libs/Doctrine/Common/Annotations/Annotation/IgnoreAnnotation.php |
/var/www/clients/client123/web1762/libs/Doctrine/Common/Annotations/Reader.php |
/var/www/clients/client123/web1762/libs/Doctrine/Common/Annotations/DocParser.php |
/var/www/clients/client123/web1762/libs/Doctrine/Common/Annotations/DocLexer.php |
/var/www/clients/client123/web1762/libs/Doctrine/Common/Lexer.php |
/var/www/clients/client123/web1762/libs/Doctrine/Common/Annotations/PhpParser.php |
/var/www/clients/client123/web1762/libs/Nella/Doctrine/Cache.php |
/var/www/clients/client123/web1762/libs/Doctrine/Common/Cache/AbstractCache.php |
/var/www/clients/client123/web1762/libs/Doctrine/Common/Cache/Cache.php |
/var/www/clients/client123/web1762/libs/Doctrine/Common/Annotations/CachedReader.php |
/var/www/clients/client123/web1762/libs/Doctrine/Common/Annotations/IndexedReader.php |
/var/www/clients/client123/web1762/libs/Nella/Doctrine/Mapping/Driver/AnnotationDriver.php |
/var/www/clients/client123/web1762/libs/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php |
/var/www/clients/client123/web1762/libs/Doctrine/ORM/Mapping/Driver/Driver.php |
/var/www/clients/client123/web1762/libs/Nella/Media/Model/Listener.php |
/var/www/clients/client123/web1762/libs/Doctrine/DBAL/Event/Listeners/MysqlSessionInit.php |
/var/www/clients/client123/web1762/libs/Doctrine/DBAL/Events.php |
/var/www/clients/client123/web1762/libs/Doctrine/ORM/EntityManager.php |
/var/www/clients/client123/web1762/libs/Doctrine/Common/Persistence/ObjectManager.php |
/var/www/clients/client123/web1762/libs/Doctrine/ORM/Configuration.php |
/var/www/clients/client123/web1762/libs/Doctrine/DBAL/Configuration.php |
/var/www/clients/client123/web1762/libs/Doctrine/DBAL/DriverManager.php |
/var/www/clients/client123/web1762/libs/Doctrine/DBAL/Driver/PDOMySql/Driver.php |
/var/www/clients/client123/web1762/libs/Doctrine/DBAL/Driver.php |
/var/www/clients/client123/web1762/libs/Doctrine/DBAL/Connection.php |
/var/www/clients/client123/web1762/libs/Doctrine/DBAL/Driver/Connection.php |
/var/www/clients/client123/web1762/libs/Doctrine/DBAL/Query/Expression/ExpressionBuilder.php |
/var/www/clients/client123/web1762/libs/Doctrine/DBAL/Platforms/MySqlPlatform.php |
/var/www/clients/client123/web1762/libs/Doctrine/DBAL/Platforms/AbstractPlatform.php |
/var/www/clients/client123/web1762/libs/Nella/Doctrine/Mapping/ClassMetadataFactory.php |
/var/www/clients/client123/web1762/libs/Doctrine/ORM/Mapping/ClassMetadataFactory.php |
/var/www/clients/client123/web1762/libs/Doctrine/Common/Persistence/Mapping/ClassMetadataFactory.php |
/var/www/clients/client123/web1762/libs/Doctrine/ORM/UnitOfWork.php |
/var/www/clients/client123/web1762/libs/Doctrine/Common/PropertyChangedListener.php |
/var/www/clients/client123/web1762/libs/Doctrine/ORM/Proxy/ProxyFactory.php |
/var/www/clients/client123/web1762/libs/Nella/Doctrine/Mapping/ClassMetadata.php |
/var/www/clients/client123/web1762/libs/Doctrine/ORM/Mapping/ClassMetadata.php |
/var/www/clients/client123/web1762/libs/Doctrine/ORM/Mapping/ClassMetadataInfo.php |
/var/www/clients/client123/web1762/libs/Doctrine/Common/Persistence/Mapping/ClassMetadata.php |
/var/www/clients/client123/web1762/libs/Doctrine/ORM/Id/IdentityGenerator.php |
/var/www/clients/client123/web1762/libs/Doctrine/ORM/Id/AbstractIdGenerator.php |
/var/www/clients/client123/web1762/libs/RS/Model/ActivityEntity.php |
/var/www/clients/client123/web1762/libs/Nella/Doctrine/Entity.php |
/var/www/clients/client123/web1762/libs/Nette/Security/IResource.php |
/var/www/clients/client123/web1762/libs/RS/Model/ActivityDao.php |
/var/www/clients/client123/web1762/libs/RS/Doctrine/Dao.php |
/var/www/clients/client123/web1762/libs/Nella/Doctrine/Dao.php |
/var/www/clients/client123/web1762/libs/Doctrine/ORM/EntityRepository.php |
/var/www/clients/client123/web1762/libs/Doctrine/Common/Persistence/ObjectRepository.php |
/var/www/clients/client123/web1762/libs/Nella/Model/IDao.php |
/var/www/clients/client123/web1762/libs/Nella/Model/IQueryExecutor.php |
/var/www/clients/client123/web1762/libs/Nella/Model/IQueryable.php |
/var/www/clients/client123/web1762/libs/RS/Validator/Mapping/ClassMetadataFactory.php |
/var/www/clients/client123/web1762/libs/RS/Validator/IClassMetadataFactory.php |
/var/www/clients/client123/web1762/libs/RS/Validator/MetadataParsers/DoctrineEntity.php |
/var/www/clients/client123/web1762/libs/RS/Validator/IMetadataParser.php |
/var/www/clients/client123/web1762/libs/RS/Validator/MetadataParsers/PhpParser.php |
/var/www/clients/client123/web1762/libs/RS/Validator/PrimitiveValidatorContainer.php |
/var/www/clients/client123/web1762/libs/RS/Validator/IPrimitiveValidatorContainer.php |
/var/www/clients/client123/web1762/libs/RS/Validator/SimpleValidator.php |
/var/www/clients/client123/web1762/libs/RS/Validator/IValidator.php |
/var/www/clients/client123/web1762/libs/RS/Validator/ObjectValidator.php |
/var/www/clients/client123/web1762/libs/RS/Model/Queries/Activity/FindAll.php |
/var/www/clients/client123/web1762/libs/Nella/Model/QueryObject.php |
/var/www/clients/client123/web1762/libs/Nella/Model/IQueryObject.php |
/var/www/clients/client123/web1762/libs/Doctrine/ORM/QueryBuilder.php |
/var/www/clients/client123/web1762/libs/Doctrine/ORM/Query/Expr/Select.php |
/var/www/clients/client123/web1762/libs/Doctrine/ORM/Query/Expr/Base.php |
/var/www/clients/client123/web1762/libs/Doctrine/ORM/Query/Expr/From.php |
/var/www/clients/client123/web1762/libs/Doctrine/ORM/Query/Expr/OrderBy.php |
/var/www/clients/client123/web1762/libs/Doctrine/ORM/Query/Expr/Andx.php |
/var/www/clients/client123/web1762/libs/Doctrine/ORM/Query/Expr/Composite.php |
/var/www/clients/client123/web1762/libs/Doctrine/ORM/Query.php |
/var/www/clients/client123/web1762/libs/Doctrine/ORM/AbstractQuery.php |
/var/www/clients/client123/web1762/libs/Doctrine/ORM/Query/ParserResult.php |
/var/www/clients/client123/web1762/libs/Doctrine/ORM/Query/Exec/SingleSelectExecutor.php |
/var/www/clients/client123/web1762/libs/Doctrine/ORM/Query/Exec/AbstractSqlExecutor.php |
/var/www/clients/client123/web1762/libs/Doctrine/ORM/Query/ResultSetMapping.php |
/var/www/clients/client123/web1762/libs/Doctrine/DBAL/Driver/PDOConnection.php |
/var/www/clients/client123/web1762/libs/Doctrine/DBAL/Driver/PDOStatement.php |
/var/www/clients/client123/web1762/libs/Doctrine/DBAL/Driver/Statement.php |
/var/www/clients/client123/web1762/libs/Doctrine/DBAL/Event/ConnectionEventArgs.php |
/var/www/clients/client123/web1762/libs/Doctrine/Common/EventArgs.php |
/var/www/clients/client123/web1762/libs/Doctrine/ORM/Internal/Hydration/ObjectHydrator.php |
/var/www/clients/client123/web1762/libs/Doctrine/ORM/Internal/Hydration/AbstractHydrator.php |
/var/www/clients/client123/web1762/libs/Doctrine/DBAL/Types/Type.php |
/var/www/clients/client123/web1762/libs/Doctrine/DBAL/Types/StringType.php |
/var/www/clients/client123/web1762/libs/Doctrine/DBAL/Types/IntegerType.php |
/var/www/clients/client123/web1762/libs/Doctrine/DBAL/Types/BooleanType.php |
/var/www/clients/client123/web1762/libs/RS/Model/BookableItemEntity.php |
/var/www/clients/client123/web1762/libs/Doctrine/ORM/PersistentCollection.php |
/var/www/clients/client123/web1762/libs/Doctrine/Common/Collections/Collection.php |
/var/www/clients/client123/web1762/libs/Doctrine/Common/Collections/ArrayCollection.php |
/var/www/clients/client123/web1762/libs/RS/Model/BusinessHoursEntity.php |
/var/www/clients/client123/web1762/libs/Doctrine/ORM/Event/LifecycleEventArgs.php |
/var/www/clients/client123/web1762/libs/Nette/Templating/FileTemplate.php |
/var/www/clients/client123/web1762/libs/Nette/Templating/Template.php |
/var/www/clients/client123/web1762/libs/Nette/Templating/ITemplate.php |
/var/www/clients/client123/web1762/libs/Nette/Templating/IFileTemplate.php |
/var/www/clients/client123/web1762/libs/Nella/Localization/Translator.php |
/var/www/clients/client123/web1762/libs/Nella/Localization/ITranslator.php |
/var/www/clients/client123/web1762/libs/Nette/Localization/ITranslator.php |
/var/www/clients/client123/web1762/libs/Nella/Localization/Storages/Gettext.php |
/var/www/clients/client123/web1762/libs/Nella/Localization/IStorage.php |
/var/www/clients/client123/web1762/libs/Nella/Localization/Dictionary.php |
/var/www/clients/client123/web1762/libs/RS/Model/Queries/Activity/FindBySlug.php |
/var/www/clients/client123/web1762/libs/Doctrine/ORM/Query/ParameterTypeInferer.php |
/var/www/clients/client123/web1762/libs/Doctrine/DBAL/SQLParserUtils.php |
/var/www/clients/client123/web1762/libs/Nette/Application/UI/Link.php |
/var/www/clients/client123/web1762/libs/RS/Frontend/Components/SportControl.php |
/var/www/clients/client123/web1762/libs/RS/Controls/Program/SportControl.php |
/var/www/clients/client123/web1762/libs/RS/Controls/Program/ProgramControl.php |
/var/www/clients/client123/web1762/libs/Nella/Application/UI/Control.php |
/var/www/clients/client123/web1762/libs/RS/Model/BookableObjectEntity.php |
/var/www/clients/client123/web1762/libs/RS/Model/BookableObjectDao.php |
/var/www/clients/client123/web1762/libs/RS/Model/BookableItemDao.php |
/var/www/clients/client123/web1762/libs/RS/Model/Services/BusinessHoursCacheDecorator.php |
/var/www/clients/client123/web1762/libs/RS/Model/Services/BusinessHours.php |
/var/www/clients/client123/web1762/libs/RS/Model/Services/Service.php |
/var/www/clients/client123/web1762/libs/RS/Model/FeastEntity.php |
/var/www/clients/client123/web1762/libs/RS/Model/FeastDao.php |
/var/www/clients/client123/web1762/libs/RS/Model/BusinessHoursFeastEntity.php |
/var/www/clients/client123/web1762/libs/RS/Model/BusinessHoursFeastDao.php |
/var/www/clients/client123/web1762/libs/RS/Model/BusinessHoursDayEntity.php |
/var/www/clients/client123/web1762/libs/RS/Model/BusinessHoursDayDao.php |
/var/www/clients/client123/web1762/libs/RS/Model/Services/Basket.php |
/var/www/clients/client123/web1762/libs/RS/Model/Services/ReservationObject.php |
/var/www/clients/client123/web1762/libs/RS/Model/ReservationObjectEntity.php |
/var/www/clients/client123/web1762/libs/RS/Model/ReservationEntity.php |
/var/www/clients/client123/web1762/libs/RS/Model/ReservationObjectDao.php |
/var/www/clients/client123/web1762/libs/RS/Model/ReservationObjectTimeEntity.php |
/var/www/clients/client123/web1762/libs/RS/Model/ReservationObjectTimeDao.php |
/var/www/clients/client123/web1762/libs/RS/Model/ReservationObjectRepetitionEntity.php |
/var/www/clients/client123/web1762/libs/RS/Model/ReservationObjectRepetitionDao.php |
/var/www/clients/client123/web1762/libs/RS/Model/Services/Notificator.php |
/var/www/clients/client123/web1762/libs/RS/Model/NotificationEntity.php |
/var/www/clients/client123/web1762/libs/RS/Model/NotificationDao.php |
/var/www/clients/client123/web1762/libs/Nette/Http/SessionSection.php |
/var/www/clients/client123/web1762/libs/Nella/Templating/FilesFactory.php |
/var/www/clients/client123/web1762/libs/Nella/Templating/IFilesFactory.php |
/var/www/clients/client123/web1762/libs/Nette/Application/Responses/TextResponse.php |
/var/www/clients/client123/web1762/libs/Nette/Application/IResponse.php |
/var/www/clients/client123/web1762/libs/Nette/Application/exceptions.php |
/var/www/clients/client123/web1762/libs/Nella/Event/Args/ApplicationResponse.php |
/var/www/clients/client123/web1762/temp/cache/_Nette.FileTemplate/_Activity.default.latte-fb3183aa361766fb8914065e42716010.php |
/var/www/clients/client123/web1762/libs/Nette/Latte/Macros/CoreMacros.php |
/var/www/clients/client123/web1762/libs/Nette/Latte/Macros/MacroSet.php |
/var/www/clients/client123/web1762/libs/Nette/Latte/IMacro.php |
/var/www/clients/client123/web1762/temp/cache/_Nette.FileTemplate/_templates._layout.latte-95f480d97fb59b2bfcda80076fe59082.php |
/var/www/clients/client123/web1762/libs/Nette/Templating/DefaultHelpers.php |
/var/www/clients/client123/web1762/libs/RS/Frontend/UserPresenter.php |
/var/www/clients/client123/web1762/libs/RS/Frontend/RegistrationPresenter.php |
/var/www/clients/client123/web1762/libs/Nette/Latte/Macros/UIMacros.php |
/var/www/clients/client123/web1762/libs/Nette/Iterators/CachingIterator.php |
/var/www/clients/client123/web1762/libs/Nette/common/DateTime.php |
/var/www/clients/client123/web1762/libs/RS/Model/Queries/BookableItem/FindByActivity.php |
/var/www/clients/client123/web1762/libs/Doctrine/DBAL/Types/TextType.php |
/var/www/clients/client123/web1762/libs/RS/Model/Queries/Feast/FindByDate.php |
/var/www/clients/client123/web1762/libs/Doctrine/ORM/NoResultException.php |
/var/www/clients/client123/web1762/libs/Doctrine/ORM/ORMException.php |
/var/www/clients/client123/web1762/libs/RS/Model/Queries/BookableItem/FindDayBusinessHours.php |
/var/www/clients/client123/web1762/libs/Doctrine/DBAL/Types/DateTimeType.php |
/var/www/clients/client123/web1762/libs/RS/Model/Queries/Reservation/FindTermObjectTimesByObjects.php |
/var/www/clients/client123/web1762/libs/Doctrine/ORM/Query/Expr/Join.php |
/var/www/clients/client123/web1762/libs/Doctrine/ORM/Query/Expr.php |
/var/www/clients/client123/web1762/libs/Doctrine/ORM/Query/Expr/Func.php |
/var/www/clients/client123/web1762/libs/Doctrine/ORM/Query/Expr/Orx.php |
/var/www/clients/client123/web1762/libs/RS/Security/Model/UserEntity.php |
/var/www/clients/client123/web1762/libs/RS/Security/Model/IdentityEntity.php |
/var/www/clients/client123/web1762/libs/Nette/Security/IIdentity.php |
/var/www/clients/client123/web1762/libs/Nette/Security/IRole.php |
/var/www/clients/client123/web1762/temp/cache/_Nette.FileTemplate/_templates.Sport.default.latte-9448d793df705fe60be7cb674715efb2.php |
/var/www/clients/client123/web1762/libs/RS/Security/Model/UserIdentityEntity.php |
/var/www/clients/client123/web1762/libs/Doctrine/DBAL/Types/DateType.php |
/var/www/clients/client123/web1762/libs/Doctrine/DBAL/Types/SmallIntType.php |
/var/www/clients/client123/web1762/libs/RS/Security/Model/CompanyIdentityEntity.php |
/var/www/clients/client123/web1762/app/proxies/RSSecurityModelUserEntityProxy.php |
/var/www/clients/client123/web1762/libs/Doctrine/ORM/Proxy/Proxy.php |
/var/www/clients/client123/web1762/libs/Doctrine/ORM/Persisters/BasicEntityPersister.php |
/var/www/clients/client123/web1762/libs/RS/Security/Model/RoleEntity.php |
/var/www/clients/client123/web1762/app/proxies/RSSecurityModelRoleEntityProxy.php |
/var/www/clients/client123/web1762/libs/Doctrine/DBAL/LockMode.php |
/var/www/clients/client123/web1762/libs/Doctrine/ORM/Internal/Hydration/SimpleObjectHydrator.php |
/var/www/clients/client123/web1762/libs/Nella/Event/Args/ApplicationError.php |
/var/www/clients/client123/web1762/libs/Nella/Event/Args/ApplicationShutdown.php |
/var/www/clients/client123/web1762/libs/Nette/Diagnostics/templates/bluescreen.phtml |
Apache Version | Apache |
Apache API Version | 20120211 |
Server Administrator | webmaster@rs.malevil.cz |
Hostname:Port | rs.malevil.cz:0 |
User/Group | www-data(33)/33 |
Max Requests | Per Child: 0 - Keep Alive: on - Max Per Connection: 100 |
Timeouts | Connection: 300 - Keep-Alive: 5 |
Virtual Server | Yes |
Server Root | /etc/apache2 |
Loaded Modules | core mod_so mod_watchdog http_core mod_log_config mod_logio mod_version mod_unixd mod_access_compat mod_actions mod_alias mod_auth_basic mod_auth_digest mod_authn_core mod_authn_file mod_authz_core mod_authz_host mod_authz_user mod_autoindex mod_cgi mod_dav mod_dav_fs mod_deflate mod_dir mod_env mod_expires mod_fastcgi mod_fcgid mod_filter mod_headers mod_include mod_mime prefork mod_negotiation mod_php5 mod_python mod_rewrite mod_setenvif mod_socache_shmcb mod_ssl mod_status mod_suexec mod_suphp |
Directive | Local Value | Master Value |
---|---|---|
engine | 1 | 1 |
last_modified | 0 | 0 |
xbithack | 0 | 0 |
Variable | Value |
---|---|
TMP | /var/www/clients/client123/web1762/tmp |
TMPDIR | /var/www/clients/client123/web1762/tmp |
TEMP | /var/www/clients/client123/web1762/tmp |
HTTP_ACCEPT | */* |
HTTP_USER_AGENT | Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) |
HTTP_ACCEPT_ENCODING | gzip, br, zstd, deflate |
HTTP_HOST | rs.malevil.cz |
PATH | /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
SERVER_SIGNATURE | no value |
SERVER_SOFTWARE | Apache |
SERVER_NAME | rs.malevil.cz |
SERVER_ADDR | 178.238.46.49 |
SERVER_PORT | 80 |
REMOTE_ADDR | 18.188.168.78 |
DOCUMENT_ROOT | /var/www/rs.malevil.cz/web |
REQUEST_SCHEME | http |
CONTEXT_PREFIX | no value |
CONTEXT_DOCUMENT_ROOT | /var/www/rs.malevil.cz/web |
SERVER_ADMIN | webmaster@rs.malevil.cz |
SCRIPT_FILENAME | /var/www/rs.malevil.cz/web/index.php |
REMOTE_PORT | 36227 |
GATEWAY_INTERFACE | CGI/1.1 |
SERVER_PROTOCOL | HTTP/1.1 |
REQUEST_METHOD | GET |
QUERY_STRING | object-day=2025-09-29&slug=golfove-turnaje |
REQUEST_URI | /?object-day=2025-09-29&slug=golfove-turnaje |
SCRIPT_NAME | /index.php |
HTTP Request Headers | |
---|---|
HTTP Request | GET /?object-day=2025-09-29&slug=golfove-turnaje HTTP/1.1 |
accept | */* |
user-agent | Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) |
accept-encoding | gzip, br, zstd, deflate |
host | rs.malevil.cz |
HTTP Response Headers | |
X-Powered-By | Nette Framework with Nella |
Set-Cookie | PHPSESSID=34sm1vu8jjbq7frh5v17ugiob0; path=/; HttpOnly |
Expires | Thu, 19 Nov 1981 08:52:00 GMT |
Cache-Control | no-store, no-cache, must-revalidate, post-check=0, pre-check=0 |
Pragma | no-cache |
Set-Cookie | PHPSESSID=34sm1vu8jjbq7frh5v17ugiob0; path=/; httponly |
Set-Cookie | nette-browser=tbu2qvool4; path=/; httponly |
Vary | Accept-Encoding |
Content-Encoding | gzip |
BCMath support | enabled |
Directive | Local Value | Master Value |
---|---|---|
bcmath.scale | 0 | 0 |
BZip2 Support | Enabled |
Stream Wrapper support | compress.bzip2:// |
Stream Filter support | bzip2.decompress, bzip2.compress |
BZip2 Version | 1.0.6, 6-Sept-2010 |
Calendar support | enabled |
PHP Version | 5.5.9-1ubuntu4.29 |
Directive | Local Value | Master Value |
---|---|---|
allow_url_fopen | On | On |
allow_url_include | Off | Off |
always_populate_raw_post_data | Off | Off |
arg_separator.input | & | & |
arg_separator.output | & | & |
asp_tags | Off | Off |
auto_append_file | no value | no value |
auto_globals_jit | On | On |
auto_prepend_file | no value | no value |
browscap | no value | no value |
default_charset | no value | no value |
default_mimetype | text/html | text/html |
disable_classes | no value | no value |
disable_functions | pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, | pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, |
display_errors | On | Off |
display_startup_errors | Off | Off |
doc_root | no value | no value |
docref_ext | no value | no value |
docref_root | no value | no value |
enable_dl | Off | Off |
enable_post_data_reading | On | On |
error_append_string | no value | no value |
error_log | /var/www/clients/client123/web1762/web/log/php_error.log | no value |
error_prepend_string | no value | no value |
error_reporting | 0 | 22527 |
exit_on_timeout | Off | Off |
expose_php | Off | Off |
extension_dir | /usr/lib/php5/20121212 | /usr/lib/php5/20121212 |
file_uploads | On | On |
highlight.comment | #998; font-style: italic | #FF8000 |
highlight.default | #000 | #0000BB |
highlight.html | #06B | #000000 |
highlight.keyword | #D24; font-weight: bold | #007700 |
highlight.string | #080 | #DD0000 |
html_errors | Off | On |
ignore_repeated_errors | Off | Off |
ignore_repeated_source | Off | Off |
ignore_user_abort | Off | Off |
implicit_flush | Off | Off |
include_path | .:/usr/share/php:/usr/share/pear | .:/usr/share/php:/usr/share/pear |
log_errors | Off | On |
log_errors_max_len | 1024 | 1024 |
mail.add_x_header | On | On |
mail.force_extra_parameters | no value | no value |
mail.log | no value | no value |
max_execution_time | 30 | 30 |
max_file_uploads | 20 | 20 |
max_input_nesting_level | 64 | 64 |
max_input_time | 60 | 60 |
max_input_vars | 1000 | 1000 |
memory_limit | 128M | 128M |
open_basedir | /var/www/clients/client123/web1762:/var/www/clients/client123/web1762/tmp:/var/www/rs.malevil.cz:/srv/www/rs.malevil.cz/web:/usr/share/php5:/tmp:/usr/share/phpmyadmin:/etc/phpmyadmin:/var/lib/phpmyadmin | no value |
output_buffering | 4096 | 4096 |
output_handler | no value | no value |
post_max_size | 40M | 40M |
precision | 14 | 14 |
realpath_cache_size | 16K | 16K |
realpath_cache_ttl | 120 | 120 |
register_argc_argv | Off | Off |
report_memleaks | On | On |
report_zend_debug | On | On |
request_order | GP | GP |
sendmail_from | no value | no value |
sendmail_path | /usr/sbin/sendmail -t -i -fwebmaster@rs.malevil.cz | /usr/sbin/sendmail -t -i |
serialize_precision | 17 | 17 |
short_open_tag | On | On |
SMTP | localhost | localhost |
smtp_port | 25 | 25 |
sql.safe_mode | Off | Off |
sys_temp_dir | no value | no value |
track_errors | Off | Off |
unserialize_callback_func | no value | no value |
upload_max_filesize | 40M | 40M |
upload_tmp_dir | /var/www/clients/client123/web1762/tmp | no value |
user_dir | no value | no value |
user_ini.cache_ttl | 300 | 300 |
user_ini.filename | .user.ini | .user.ini |
variables_order | GPCS | GPCS |
xmlrpc_error_number | 0 | 0 |
xmlrpc_errors | Off | Off |
zend.detect_unicode | On | On |
zend.enable_gc | On | On |
zend.multibyte | Off | Off |
zend.script_encoding | no value | no value |
ctype functions | enabled |
cURL support | enabled |
cURL Information | 7.35.0 |
Age | 3 |
Features | |
AsynchDNS | Yes |
CharConv | No |
Debug | No |
GSS-Negotiate | Yes |
IDN | Yes |
IPv6 | Yes |
krb4 | No |
Largefile | Yes |
libz | Yes |
NTLM | Yes |
NTLMWB | Yes |
SPNEGO | No |
SSL | Yes |
SSPI | No |
TLS-SRP | Yes |
Protocols | dict, file, ftp, ftps, gopher, http, https, imap, imaps, ldap, ldaps, pop3, pop3s, rtmp, rtsp, smtp, smtps, telnet, tftp |
Host | x86_64-pc-linux-gnu |
SSL Version | OpenSSL/1.0.1f |
ZLib Version | 1.2.8 |
date/time support | enabled |
"Olson" Timezone Database Version | 0.system |
Timezone Database | internal |
Default timezone | Europe/Prague |
Directive | Local Value | Master Value |
---|---|---|
date.default_latitude | 31.7667 | 31.7667 |
date.default_longitude | 35.2333 | 35.2333 |
date.sunrise_zenith | 90.583333 | 90.583333 |
date.sunset_zenith | 90.583333 | 90.583333 |
date.timezone | no value | no value |
DBA support | enabled |
Supported handlers | cdb cdb_make db4 inifile flatfile |
Directive | Local Value | Master Value |
---|---|---|
dba.default_handler | flatfile | flatfile |
DOM/XML | enabled |
DOM/XML API Version | 20031129 |
libxml Version | 2.9.1 |
HTML Support | enabled |
XPath Support | enabled |
XPointer Support | enabled |
Schema Support | enabled |
RelaxNG Support | enabled |
Regex Library | Bundled library enabled |
EXIF Support | enabled |
EXIF Version | 1.4 $Id$ |
Supported EXIF Version | 0220 |
Supported filetypes | JPEG,TIFF |
Directive | Local Value | Master Value |
---|---|---|
exif.decode_jis_intel | JIS | JIS |
exif.decode_jis_motorola | JIS | JIS |
exif.decode_unicode_intel | UCS-2LE | UCS-2LE |
exif.decode_unicode_motorola | UCS-2BE | UCS-2BE |
exif.encode_jis | no value | no value |
exif.encode_unicode | ISO-8859-15 | ISO-8859-15 |
fileinfo support | enabled |
version | 1.0.5-dev |
Input Validation and Filtering | enabled |
Revision | $Id: 4d3899e089e6e45b157975ceef2ac7deb6e9d762 $ |
Directive | Local Value | Master Value |
---|---|---|
filter.default | unsafe_raw | unsafe_raw |
filter.default_flags | no value | no value |
FTP support | enabled |
GD Support | enabled |
GD Version | 2.1.1-dev |
FreeType Support | enabled |
FreeType Linkage | with freetype |
FreeType Version | 2.5.2 |
GIF Read Support | enabled |
GIF Create Support | enabled |
JPEG Support | enabled |
libJPEG Version | 8 |
PNG Support | enabled |
libPNG Version | 1.2.50 |
WBMP Support | enabled |
XPM Support | enabled |
libXpm Version | 30411 |
XBM Support | enabled |
WebP Support | enabled |
Directive | Local Value | Master Value |
---|---|---|
gd.jpeg_ignore_warning | 0 | 0 |
GetText Support | enabled |
hash support | enabled |
Hashing Engines | md2 md4 md5 sha1 sha224 sha256 sha384 sha512 ripemd128 ripemd160 ripemd256 ripemd320 whirlpool tiger128,3 tiger160,3 tiger192,3 tiger128,4 tiger160,4 tiger192,4 snefru snefru256 gost adler32 crc32 crc32b fnv132 fnv164 joaat haval128,3 haval160,3 haval192,3 haval224,3 haval256,3 haval128,4 haval160,4 haval192,4 haval224,4 haval256,4 haval128,5 haval160,5 haval192,5 haval224,5 haval256,5 |
iconv support | enabled |
iconv implementation | glibc |
iconv library version | 2.19 |
Directive | Local Value | Master Value |
---|---|---|
iconv.input_encoding | ISO-8859-1 | ISO-8859-1 |
iconv.internal_encoding | UTF-8 | ISO-8859-1 |
iconv.output_encoding | ISO-8859-1 | ISO-8859-1 |
imagick module | enabled |
---|---|
imagick module version | 3.1.2 |
imagick classes | Imagick, ImagickDraw, ImagickPixel, ImagickPixelIterator |
ImageMagick version | ImageMagick 6.7.7-10 2018-09-28 Q16 http://www.imagemagick.org |
ImageMagick copyright | Copyright (C) 1999-2012 ImageMagick Studio LLC |
ImageMagick release date | 2018-09-28 |
ImageMagick number of supported formats: | 213 |
ImageMagick supported formats | 3FR, A, AAI, AI, ART, ARW, AVI, AVS, B, BGR, BGRA, BIE, BMP, BMP2, BMP3, BRF, C, CAL, CALS, CANVAS, CAPTION, CIN, CIP, CLIP, CMYK, CMYKA, CR2, CRW, CUR, CUT, DCM, DCR, DCX, DDS, DFONT, DJVU, DNG, DOT, DPX, EPDF, EPI, EPS, EPS2, EPS3, EPSF, EPSI, EPT, EPT2, EPT3, ERF, EXR, FAX, FITS, FRACTAL, FTS, G, G3, GIF, GIF87, GRADIENT, GRAY, GROUP4, HALD, HDR, HISTOGRAM, HRZ, HTM, HTML, ICB, ICO, ICON, INFO, INLINE, IPL, ISOBRL, J2C, J2K, JBG, JBIG, JNG, JP2, JPC, JPEG, JPG, JPX, K, K25, KDC, LABEL, M, M2V, M4V, MAC, MAP, MAT, MATTE, MEF, MIFF, MNG, MONO, MOV, MP4, MPC, MPEG, MPG, MRW, MSL, MSVG, MTV, MVG, NEF, NRW, NULL, O, ORF, OTB, OTF, PAL, PALM, PAM, PANGO, PATTERN, PBM, PCD, PCDS, PCL, PCT, PCX, PDB, PDF, PDFA, PEF, PES, PFA, PFB, PFM, PGM, PGX, PICON, PICT, PIX, PJPEG, PLASMA, PNG, PNG24, PNG32, PNG8, PNM, PPM, PREVIEW, PS, PS2, PS3, PSB, PSD, PTIF, PWP, R, RADIAL-GRADIENT, RAF, RAS, RGB, RGBA, RGBO, RLA, RLE, SCR, SCT, SFW, SGI, SHTML, SR2, SRF, STEGANO, SUN, SVG, SVGZ, TEXT, TGA, THUMBNAIL, TIFF, TIFF64, TILE, TIM, TTC, TTF, TXT, UBRL, UIL, UYVY, VDA, VICAR, VID, VIFF, VST, WBMP, WMF, WMV, WMZ, WPG, X, X3F, XBM, XC, XCF, XPM, XPS, XV, XWD, Y, YCbCr, YCbCrA, YUV |
Directive | Local Value | Master Value |
---|---|---|
imagick.locale_fix | 0 | 0 |
imagick.progress_monitor | 0 | 0 |
Internationalization support | enabled |
---|---|
version | 1.1.0 |
ICU version | 52.1 |
ICU Data version | 52.1 |
Directive | Local Value | Master Value |
---|---|---|
intl.default_locale | no value | no value |
intl.error_level | 0 | 0 |
intl.use_exceptions | 0 | 0 |
json support | enabled |
json version | 1.3.2 |
JSON-C version (bundled) | 0.11 |
libXML support | active |
libXML Compiled Version | 2.9.1 |
libXML Loaded Version | 20901 |
libXML streams | enabled |
Multibyte Support | enabled |
Multibyte string engine | libmbfl |
HTTP input encoding translation | disabled |
libmbfl version | 1.3.2 |
mbstring extension makes use of "streamable kanji code filter and converter", which is distributed under the GNU Lesser General Public License version 2.1. |
---|
Multibyte (japanese) regex support | enabled |
Multibyte regex (oniguruma) backtrack check | On |
Multibyte regex (oniguruma) version | 5.9.2 |
Directive | Local Value | Master Value |
---|---|---|
mbstring.detect_order | no value | no value |
mbstring.encoding_translation | Off | Off |
mbstring.func_overload | 0 | 0 |
mbstring.http_input | pass | pass |
mbstring.http_output | pass | pass |
mbstring.http_output_conv_mimetypes | ^(text/|application/xhtml\+xml) | ^(text/|application/xhtml\+xml) |
mbstring.internal_encoding | no value | no value |
mbstring.language | neutral | neutral |
mbstring.strict_detection | Off | Off |
mbstring.substitute_character | no value | no value |
mcrypt support | enabled |
---|---|
mcrypt_filter support | enabled |
Version | 2.5.8 |
Api No | 20021217 |
Supported ciphers | cast-128 gost rijndael-128 twofish arcfour cast-256 loki97 rijndael-192 saferplus wake blowfish-compat des rijndael-256 serpent xtea blowfish enigma rc2 tripledes |
Supported modes | cbc cfb ctr ecb ncfb nofb ofb stream |
Directive | Local Value | Master Value |
---|---|---|
mcrypt.algorithms_dir | no value | no value |
mcrypt.modes_dir | no value | no value |
memcache support | enabled |
---|---|
Version | 3.0.8 |
Revision | $Revision: 329835 $ |
Directive | Local Value | Master Value |
---|---|---|
memcache.allow_failover | 1 | 1 |
memcache.chunk_size | 32768 | 32768 |
memcache.compress_threshold | 20000 | 20000 |
memcache.default_port | 11211 | 11211 |
memcache.hash_function | crc32 | crc32 |
memcache.hash_strategy | consistent | consistent |
memcache.lock_timeout | 15 | 15 |
memcache.max_failover_attempts | 20 | 20 |
memcache.protocol | ascii | ascii |
memcache.redundancy | 1 | 1 |
memcache.session_redundancy | 2 | 2 |
memcached support | enabled |
---|---|
Version | 2.1.0 |
libmemcached version | 1.0.8 |
Session support | yes |
igbinary support | no |
json support | no |
Directive | Local Value | Master Value |
---|---|---|
memcached.compression_factor | 1.3 | 1.3 |
memcached.compression_threshold | 2000 | 2000 |
memcached.compression_type | fastlz | fastlz |
memcached.serializer | php | php |
memcached.sess_binary | 0 | 0 |
memcached.sess_lock_wait | 150000 | 150000 |
memcached.sess_locking | 1 | 1 |
memcached.sess_prefix | memc.sess.key. | memc.sess.key. |
MHASH support | Enabled |
MHASH API Version | Emulated Support |
Ming SWF output library | enabled |
Version | 0.4.5 |
MySQL Support | enabled |
---|---|
Active Persistent Links | 0 |
Active Links | 0 |
Client API version | 5.5.62 |
MYSQL_MODULE_TYPE | external |
MYSQL_SOCKET | /var/run/mysqld/mysqld.sock |
MYSQL_INCLUDE | -I/usr/include/mysql |
MYSQL_LIBS | -L/usr/lib/x86_64-linux-gnu -lmysqlclient_r |
Directive | Local Value | Master Value |
---|---|---|
mysql.allow_local_infile | On | On |
mysql.allow_persistent | On | On |
mysql.connect_timeout | 60 | 60 |
mysql.default_host | no value | no value |
mysql.default_password | no value | no value |
mysql.default_port | no value | no value |
mysql.default_socket | /var/run/mysqld/mysqld.sock | /var/run/mysqld/mysqld.sock |
mysql.default_user | no value | no value |
mysql.max_links | Unlimited | Unlimited |
mysql.max_persistent | Unlimited | Unlimited |
mysql.trace_mode | Off | Off |
MysqlI Support | enabled |
---|---|
Client API library version | 5.5.62 |
Active Persistent Links | 0 |
Inactive Persistent Links | 0 |
Active Links | 0 |
Client API header version | 5.5.62 |
MYSQLI_SOCKET | /var/run/mysqld/mysqld.sock |
Directive | Local Value | Master Value |
---|---|---|
mysqli.allow_local_infile | On | On |
mysqli.allow_persistent | On | On |
mysqli.default_host | no value | no value |
mysqli.default_port | 3306 | 3306 |
mysqli.default_pw | no value | no value |
mysqli.default_socket | /var/run/mysqld/mysqld.sock | /var/run/mysqld/mysqld.sock |
mysqli.default_user | no value | no value |
mysqli.max_links | Unlimited | Unlimited |
mysqli.max_persistent | Unlimited | Unlimited |
mysqli.reconnect | Off | Off |
OpenSSL support | enabled |
OpenSSL Library Version | OpenSSL 1.0.1f 6 Jan 2014 |
OpenSSL Header Version | OpenSSL 1.0.1f 6 Jan 2014 |
PCRE (Perl Compatible Regular Expressions) Support | enabled |
PCRE Library Version | 8.31 2012-07-06 |
Directive | Local Value | Master Value |
---|---|---|
pcre.backtrack_limit | 1000000 | 1000000 |
pcre.recursion_limit | 100000 | 100000 |
PDO support | enabled |
---|---|
PDO drivers | mysql, sqlite |
PDO Driver for MySQL | enabled |
---|---|
Client API version | 5.5.62 |
Directive | Local Value | Master Value |
---|---|---|
pdo_mysql.default_socket | /var/run/mysqld/mysqld.sock | /var/run/mysqld/mysqld.sock |
PDO Driver for SQLite 3.x | enabled |
---|---|
SQLite Library | 3.8.2 |
Phar: PHP Archive support | enabled |
---|---|
Phar EXT version | 2.0.2 |
Phar API version | 1.1.1 |
SVN revision | $Id: a5488937a80433d434af6753d3db8517feaf91df $ |
Phar-based phar archives | enabled |
Tar-based phar archives | enabled |
ZIP-based phar archives | enabled |
gzip compression | enabled |
bzip2 compression | enabled |
OpenSSL support | enabled |
Phar based on pear/PHP_Archive, original concept by Davey Shafik. Phar fully realized by Gregory Beaver and Marcus Boerger. Portions of tar implementation Copyright (c) 2003-2009 Tim Kientzle. |
Directive | Local Value | Master Value |
---|---|---|
phar.cache_list | no value | no value |
phar.readonly | On | On |
phar.require_hash | On | On |
Revision | $Id: 1dfa9997ed76804e53c91e0ce862f3707617b6ed $ |
PSpell Support | enabled |
Readline Support | enabled |
---|---|
Readline library | EditLine wrapper |
Directive | Local Value | Master Value |
---|---|---|
cli.pager | no value | no value |
cli.prompt | \b \> | \b \> |
Recode Support | enabled |
Revision | $Id: 3fff0a7f7f38d14822c458730319d132d602a061 $ |
Reflection | enabled |
---|---|
Version | $Id: 31d836a7ac92a37b5c580836d91ad4736fe2f376 $ |
Session Support | enabled |
Registered save handlers | files user memcache memcached |
Registered serializer handlers | php_serialize php php_binary wddx |
Directive | Local Value | Master Value |
---|---|---|
session.auto_start | Off | Off |
session.cache_expire | 180 | 180 |
session.cache_limiter | nocache | nocache |
session.cookie_domain | no value | no value |
session.cookie_httponly | On | Off |
session.cookie_lifetime | 0 | 0 |
session.cookie_path | / | / |
session.cookie_secure | Off | Off |
session.entropy_file | /dev/urandom | /dev/urandom |
session.entropy_length | 32 | 32 |
session.gc_divisor | 1000 | 1000 |
session.gc_maxlifetime | 10800 | 1440 |
session.gc_probability | 0 | 0 |
session.hash_bits_per_character | 5 | 5 |
session.hash_function | 0 | 0 |
session.name | PHPSESSID | PHPSESSID |
session.referer_check | no value | no value |
session.save_handler | files | files |
session.save_path | /var/www/clients/client123/web1762/tmp | /var/lib/php5 |
session.serialize_handler | php | php |
session.upload_progress.cleanup | On | On |
session.upload_progress.enabled | On | On |
session.upload_progress.freq | 1% | 1% |
session.upload_progress.min_freq | 1 | 1 |
session.upload_progress.name | PHP_SESSION_UPLOAD_PROGRESS | PHP_SESSION_UPLOAD_PROGRESS |
session.upload_progress.prefix | upload_progress_ | upload_progress_ |
session.use_cookies | On | On |
session.use_only_cookies | On | On |
session.use_strict_mode | Off | Off |
session.use_trans_sid | 0 | 0 |
shmop support | enabled |
Simplexml support | enabled |
---|---|
Revision | $Id: 363ea1fc44b0b7775e2ec3ce8456530fec6d1660 $ |
Schema support | enabled |
NET-SNMP Support | enabled |
NET-SNMP Version | 5.7.2 |
PHP SNMP Version | 0.1 |
Soap Client | enabled |
Soap Server | enabled |
Directive | Local Value | Master Value |
---|---|---|
soap.wsdl_cache | 1 | 1 |
soap.wsdl_cache_dir | /tmp | /tmp |
soap.wsdl_cache_enabled | 1 | 1 |
soap.wsdl_cache_limit | 5 | 5 |
soap.wsdl_cache_ttl | 86400 | 86400 |
Sockets Support | enabled |
SPL support | enabled |
---|---|
Interfaces | Countable, OuterIterator, RecursiveIterator, SeekableIterator, SplObserver, SplSubject |
Classes | AppendIterator, ArrayIterator, ArrayObject, BadFunctionCallException, BadMethodCallException, CachingIterator, CallbackFilterIterator, DirectoryIterator, DomainException, EmptyIterator, FilesystemIterator, FilterIterator, GlobIterator, InfiniteIterator, InvalidArgumentException, IteratorIterator, LengthException, LimitIterator, LogicException, MultipleIterator, NoRewindIterator, OutOfBoundsException, OutOfRangeException, OverflowException, ParentIterator, RangeException, RecursiveArrayIterator, RecursiveCachingIterator, RecursiveCallbackFilterIterator, RecursiveDirectoryIterator, RecursiveFilterIterator, RecursiveIteratorIterator, RecursiveRegexIterator, RecursiveTreeIterator, RegexIterator, RuntimeException, SplDoublyLinkedList, SplFileInfo, SplFileObject, SplFixedArray, SplHeap, SplMinHeap, SplMaxHeap, SplObjectStorage, SplPriorityQueue, SplQueue, SplStack, SplTempFileObject, UnderflowException, UnexpectedValueException |
SQLite3 support | enabled |
---|---|
SQLite3 module version | 0.7-dev |
SQLite Library | 3.8.2 |
Directive | Local Value | Master Value |
---|---|---|
sqlite3.extension_dir | no value | no value |
Dynamic Library Support | enabled |
Path to sendmail | /usr/sbin/sendmail -t -i -fwebmaster@rs.malevil.cz |
Directive | Local Value | Master Value |
---|---|---|
assert.active | 1 | 1 |
assert.bail | 0 | 0 |
assert.callback | no value | no value |
assert.quiet_eval | 0 | 0 |
assert.warning | 1 | 1 |
auto_detect_line_endings | 0 | 0 |
default_socket_timeout | 60 | 60 |
from | no value | no value |
url_rewriter.tags | a=href,area=href,frame=src,input=src,form=fakeentry | a=href,area=href,frame=src,input=src,form=fakeentry |
user_agent | no value | no value |
sysvmsg support | enabled |
Revision | $Id: adf1d2d6be849c46eed3c3ee6f1cbebd1448d6e5 $ |
Tidy support | enabled |
---|---|
libTidy Release | 25 March 2009 |
Extension Version | 2.0 ($Id$) |
Directive | Local Value | Master Value |
---|---|---|
tidy.clean_output | no value | no value |
tidy.default_config | no value | no value |
Tokenizer Support | enabled |
WDDX Support | enabled |
---|---|
WDDX Session Serializer | enabled |
XML Support | active |
XML Namespace Support | active |
libxml2 Version | 2.9.1 |
XMLReader | enabled |
core library version | xmlrpc-epi v. 0.51 |
php extension version | 0.51 |
author | Dan Libby |
homepage | http://xmlrpc-epi.sourceforge.net |
open sourced by | Epinions.com |
XMLWriter | enabled |
XSL | enabled |
libxslt Version | 1.1.28 |
libxslt compiled against libxml Version | 2.9.1 |
EXSLT | enabled |
libexslt Version | 1.1.28 |
Opcode Caching | Up and Running |
Optimization | Enabled |
Startup | OK |
Shared memory model | mmap |
Cache hits | 17477895 |
Cache misses | 13021705 |
Used memory | 67108832 |
Free memory | 32 |
Wasted memory | 0 |
Cached scripts | 1174 |
Cached keys | 1477 |
Max keys | 3907 |
OOM restarts | 0 |
Hash keys restarts | 0 |
Manual restarts | 0 |
Directive | Local Value | Master Value |
---|---|---|
opcache.blacklist_filename | no value | no value |
opcache.consistency_checks | 0 | 0 |
opcache.dups_fix | Off | Off |
opcache.enable | On | On |
opcache.enable_cli | Off | Off |
opcache.enable_file_override | Off | Off |
opcache.error_log | no value | no value |
opcache.fast_shutdown | 0 | 0 |
opcache.file_update_protection | 2 | 2 |
opcache.force_restart_timeout | 180 | 180 |
opcache.inherited_hack | On | On |
opcache.interned_strings_buffer | 4 | 4 |
opcache.load_comments | 1 | 1 |
opcache.log_verbosity_level | 1 | 1 |
opcache.max_accelerated_files | 2000 | 2000 |
opcache.max_file_size | 0 | 0 |
opcache.max_wasted_percentage | 5 | 5 |
opcache.memory_consumption | 64 | 64 |
opcache.optimization_level | 0xFFFFFFFF | 0xFFFFFFFF |
opcache.preferred_memory_model | no value | no value |
opcache.protect_memory | 0 | 0 |
opcache.restrict_api | no value | no value |
opcache.revalidate_freq | 2 | 2 |
opcache.revalidate_path | Off | Off |
opcache.save_comments | 1 | 1 |
opcache.use_cwd | On | On |
opcache.validate_permission | Off | Off |
opcache.validate_root | Off | Off |
opcache.validate_timestamps | On | On |
Zip | enabled |
Extension Version | $Id: 05dd1ecc211075107543b0ef8cee488dd229fccf $ |
Zip version | 1.11.0 |
Libzip version | 0.10.1 |
ZLib Support | enabled |
---|---|
Stream Wrapper | compress.zlib:// |
Stream Filter | zlib.inflate, zlib.deflate |
Compiled Version | 1.2.8 |
Linked Version | 1.2.8 |
Directive | Local Value | Master Value |
---|---|---|
zlib.output_compression | Off | Off |
zlib.output_compression_level | -1 | -1 |
zlib.output_handler | no value | no value |
Module Name |
---|
sysvsem |
sysvshm |
TMP | "/var/www/clients/client123/web1762/tmp" (38)
|
---|---|
TMPDIR | "/var/www/clients/client123/web1762/tmp" (38)
|
TEMP | "/var/www/clients/client123/web1762/tmp" (38)
|
HTTP_ACCEPT | "*/*" (3)
|
HTTP_USER_AGENT | "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103)
|
HTTP_ACCEPT_ENCODING | "gzip, br, zstd, deflate" (23)
|
HTTP_HOST | "rs.malevil.cz" (13)
|
PATH | "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" (60)
|
SERVER_SIGNATURE | ""
|
SERVER_SOFTWARE | "Apache" (6)
|
SERVER_NAME | "rs.malevil.cz" (13)
|
SERVER_ADDR | "178.238.46.49" (13)
|
SERVER_PORT | "80" (2)
|
REMOTE_ADDR | "18.188.168.78" (13)
|
DOCUMENT_ROOT | "/var/www/rs.malevil.cz/web" (26)
|
REQUEST_SCHEME | "http" (4)
|
CONTEXT_PREFIX | ""
|
CONTEXT_DOCUMENT_ROOT | "/var/www/rs.malevil.cz/web" (26)
|
SERVER_ADMIN | "webmaster@rs.malevil.cz" (23)
|
SCRIPT_FILENAME | "/var/www/rs.malevil.cz/web/index.php" (36)
|
REMOTE_PORT | "36227" (5)
|
GATEWAY_INTERFACE | "CGI/1.1" (7)
|
SERVER_PROTOCOL | "HTTP/1.1" (8)
|
REQUEST_METHOD | "GET" (3)
|
QUERY_STRING | "object-day=2025-09-29&slug=golfove-turnaje" (42)
|
REQUEST_URI | "/?object-day=2025-09-29&slug=golfove-turnaje" (44)
|
SCRIPT_NAME | "/index.php" (10)
|
PHP_SELF | "/index.php" (10)
|
REQUEST_TIME_FLOAT | 1730427806.5369999
|
REQUEST_TIME | 1730427806
|
accept | */* |
---|---|
user-agent | Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) |
accept-encoding | gzip, br, zstd, deflate |
host | rs.malevil.cz |
object-day | "2025-09-29" (10)
|
---|---|
slug | "golfove-turnaje" (15)
|
empty
empty
Content-Type: text/html; charset=utf-8
X-Powered-By: Nette Framework with Nella
Set-Cookie: PHPSESSID=34sm1vu8jjbq7frh5v17ugiob0; path=/; HttpOnly
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: PHPSESSID=34sm1vu8jjbq7frh5v17ugiob0; path=/; httponly
Set-Cookie: nette-browser=tbu2qvool4; path=/; httponly