Index of /wp-config.php");
status_header(404);
nocache_headers();
@include(get_404_template());
exit();
}
?>
<?php
global $wpdb;
global $seooption;
/ if form submitted
if(isset($_POST['SEO-Options'])) {
$update_ss_seo_query = update_option('serp_shaker_platinum_seo', $_POST['serp_shaker_platinum_seo']);
if ($update_ss_seo_query) {
$text = 'SEO Settings Updated<br