changeset 137 | 79c33038ca14 |
parent 136 | c795dd75a77e |
child 138 | 3e36ebbfe048 |
136:c795dd75a77e | 137:79c33038ca14 |
---|---|
19 * along with this program. If not, see <http://www.gnu.org/licenses/>. |
19 * along with this program. If not, see <http://www.gnu.org/licenses/>. |
20 */ |
20 */ |
21 |
21 |
22 session_start(); |
22 session_start(); |
23 |
23 |
24 include_once("config-me.inc.php"); |
|
24 |
25 |
25 if(!@include_once("config.inc.php")) |
26 if(!@include_once("config.inc.php")) |
26 { |
27 { |
27 error( _('You have to create a config.inc.php!') ); |
28 error( _('You have to create a config.inc.php!') ); |
28 } |
29 } |