1
0
Fork 0
mirror of https://github.com/Oreolek/kohana-multilang.git synced 2024-04-24 05:11:29 +03:00
kohana-multilang/classes/URL.php
Sébastien Guibert 654eede6f2 Fix case
2013-02-25 13:05:17 +01:00

5 lines
99 B
PHP

<?php defined('SYSPATH') or die('No direct script access.');
class URL extends Multilang_URL {
}