* Makefile creates/updates po/davadmin.pot, .po, and .mo files
 * admin/i18n.inc.php sets the locale and puts it in the session
 * admin/common.inc.php and admin/getgroups.php use admin/i18n.inc.php
 * po/pot.sed replaces generated header of po/davadmin.pot
This commit is contained in:
Jan Dittberner 2007-11-30 21:25:52 +00:00
parent 83251502e9
commit a978fb5ef0
6 changed files with 344 additions and 14 deletions

View file

@ -27,6 +27,9 @@
* 02110-1301 USA.
*/
/** Include common internationalization code. */
require_once("i18n.inc.php");
if (!isset($_SERVER['DavAdminConfDir'])) {
header('HTTP/1.0 500 Internal Server Error');
header('Status: 500 Internal Server Error');