0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-20 03:36:20 +02:00
postfixadmin/model/Lang.php
Christian Boltz 1a4bd35e08 Move the classes "Config" and "Lang" to scripts/common.php to model/
Class Lang uses exactly the same code as Class Config - therefore
I replaced its code with a simple "extends Config".



git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1212 a1433add-5e2c-0410-b055-b7f2511e0802
2011-10-17 21:47:58 +00:00

9 lines
159 B
PHP

<?php
# $Id$
class Lang extends Config {
# exactly the same code, just another name ;-)
}
/* vim: set expandtab softtabstop=4 tabstop=4 shiftwidth=4: */