Home Files
Adminer
Execute Command
PHP Eval
Symlink
File Upload
Owner :
www-data
PHP Version
5.6.40-0+deb8u12
Disk Space
40.93 GB
Server Addr
19-www4
Your IP
10.10.10.40
Edit File
File:
# # Authentic Theme 18.10 (https://github.com/qooob/authentic-theme) # Copyright 2014-2016 Ilia Rostovtsev <programming@rostovtsev.ru> # Licensed under MIT (https://github.com/qooob/authentic-theme/blob/master/LICENSE) # our @_s_e = _settings( 'exclusions', undef, undef ); my @settings = _settings( 'get', undef, undef ); print _settings( 'header', undef, undef ); for ( my $i = 0; $i < scalar(@settings) - 1; $i += 2 ) { if ( $settings[$i] ne '__' ) { print _settings( 'content', $settings[$i], $settings[ $i + 1 ] ); } else { my @section = split /\~/, $settings[ $i + 1 ]; print _settings( 'section', $section[0], $section[1] ); } } print _settings( 'footer', undef, undef ); 1;