Gazelle/artist.php
2013-03-05 08:00:26 +00:00

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');
}