Gazelle/artist.php

8 lines
201 B
PHP
Raw Normal View History

2011-03-28 14:21:28 +00:00
<?
2013-03-05 08:00:26 +00:00
if (!empty($_GET['action']) && $_GET['action'] === 'autocomplete') {
require('sections/artist/autocomplete.php');
} else {
2011-03-28 14:21:28 +00:00
define('ERROR_EXCEPTION', true);
require('classes/script_start.php');
2013-03-05 08:00:26 +00:00
}