diff options
| author | lsces <lester@lsces.co.uk> | 2013-07-11 22:15:57 +0100 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2013-07-11 22:15:57 +0100 |
| commit | d4c5c6715544a04e0a3501a50733307b3ec0cede (patch) | |
| tree | a1bb3969dc67036e75684f67cd3404919b944b60 /ajax_translate.php | |
| parent | 0a810b7fb346fae024d953fb7d8b977baa3af15e (diff) | |
| download | languages-d4c5c6715544a04e0a3501a50733307b3ec0cede.tar.gz languages-d4c5c6715544a04e0a3501a50733307b3ec0cede.tar.bz2 languages-d4c5c6715544a04e0a3501a50733307b3ec0cede.zip | |
Missing header block
Diffstat (limited to 'ajax_translate.php')
| -rw-r--r-- | ajax_translate.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ajax_translate.php b/ajax_translate.php index cc0d668..3c51f19 100644 --- a/ajax_translate.php +++ b/ajax_translate.php @@ -1,5 +1,18 @@ <?php +/** + * @package languages + * @subpackage functions + * @version $Header$ + * + * Copyright (c) 2005 bitweaver.org + * Copyright (c) 2004-2005, Christian Fowler, et. al. + * All Rights Reserved. See below for details and a complete list of authors. + * Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details + */ +/** + * Initialization + */ $gLightweightScan = TRUE; require_once( '../kernel/setup_inc.php' ); |
