Update index.php

This commit is contained in:
luqaska 2021-12-01 12:25:52 -03:00 committed by GitHub
parent e553fb29b9
commit 48939da71a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<?php include_once("_config.php");if(isset($_GET["q"]) && $_GET["q"]!=""){$is="q";}else{$is="h";} ?>
<?php include_once("_config.txt");if(isset($_GET["q"]) && $_GET["q"]!=""){$is="q";}else{$is="h";} ?>
<!DOCTYPE html>
<html>
<head>