9 lines
157 B
PHP
9 lines
157 B
PHP
<?php
|
|
|
|
class Controller_api_metrics extends Crunchbutton_Controller_RestAccount {
|
|
|
|
public function init() {
|
|
header('HTTP/1.1 404 Not Found');
|
|
exit;
|
|
}
|
|
} |