aboutsummaryrefslogtreecommitdiffstats
path: root/1/notes/index.php
blob: cc41729b978582e22e696539aae942b0912acde1 (plain)
1
2
3
4
5
6
7
<?php

require_once '../langs.inc.php';
$langs = array(
    'en' => 'English'
);
relocate($langs, '1/notes/');