flash.moe/tpl/errors/403.php

6 lines
153 B
PHP
Raw Normal View History

<?php
$self->extends('errors/master');
$self->http_error_image = '/assets/errors/403.jpg';
$self->http_error_desc = 'You are not supposed to be here.';