removed redudant config require

This commit is contained in:
hnhx 2023-02-17 18:50:25 +01:00
parent 1a8257cf11
commit f92f322439
1 changed files with 0 additions and 2 deletions

View File

@ -1,6 +1,4 @@
<?php
$config = require "config.php";
function get_base_url($url)
{
$split_url = explode("/", $url);