mirror of
https://github.com/WhatCD/Gazelle.git
synced 2024-12-13 02:46:30 +00:00
8 lines
201 B
PHP
8 lines
201 B
PHP
<?
|
|
if (!empty($_GET['action']) && $_GET['action'] === 'autocomplete') {
|
|
require('sections/artist/autocomplete.php');
|
|
} else {
|
|
define('ERROR_EXCEPTION', true);
|
|
require('classes/script_start.php');
|
|
}
|