is subTimer -> 'timers' array usable?
i mean an example for its usage in sro.local.php would be nice olli
greetings bro
i mean an example for its usage in sro.local.php would be nice olli
greetings bro
its realy easy, as exampleQuote:
is subTimer -> 'timers' array usable?
i mean an example for its usage in sro.local.php would be nice olli
greetings bro
[
'name' => 'Register',
'type' => 'static',
'icon' => 'fa fa-digg',
'timers' => [
[
'name' => 'Fortresswar',
'days' => [
'Wednesday','Monday'
],
'hour' => 8,
'min' => 14,
'icon' => 'fa fa-bomb'
],
[
'name' => 'Register',
'type' => 'static',
'time' => 'Saturday 12:00 - 23:00',
'icon' => 'fa fa-digg',
],
]
],
ahha i forgot the type => static thanks buddyQuote:
its realy easy, as example
PHP Code:
[
'name' => 'Register',
'type' => 'static',
'icon' => 'fa fa-digg',
'timers' => [
[
'name' => 'Fortresswar',
'days' => [
'Wednesday','Monday'
],
'hour' => 8,
'min' => 14,
'icon' => 'fa fa-bomb'
],
[
'name' => 'Register',
'type' => 'static',
'time' => 'Saturday 12:00 - 23:00',
'icon' => 'fa fa-digg',
],
]
],
sobald es in der httpd-vhosts.conf drin ist geht es nicht mehr und mein Apache restartet nicht mehr.Quote:
<VirtualHost *:80>
DocumentRoot "${SRVROOT}/htdocs/pserverCMSFull/public"
<Directory "${SRVROOT}/htdocs/pserverCMSFull/public">
Options Indexes FollowSymLinks MultiViews
AllowOverride All
</Directory>
</VirtualHost>
Quote:
[Only registered and activated users can see links. Click Here To Register...]
add this code in any list not know ? ?