projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6505acf
)
There is no planisphere anymore in Xnet.
author
Stéphane Jacob
<jacou@melix.net>
Wed, 4 Mar 2009 00:34:24 +0000
(
01:34
+0100)
committer
Stéphane Jacob
<jacou@melix.net>
Wed, 4 Mar 2009 00:34:24 +0000
(
01:34
+0100)
htdocs/xnet.php
patch
|
blob
|
blame
|
history
diff --git
a/htdocs/xnet.php
b/htdocs/xnet.php
index
78817d0
..
8ff4ccd
100644
(file)
--- a/
htdocs/xnet.php
+++ b/
htdocs/xnet.php
@@
-23,7
+23,7
@@
$GLOBALS['IS_XNET_SITE'] = true;
require_once dirname(__FILE__).'/../include/xnet.inc.php';
-$platal = new Xnet('xnet', 'xnetgrp', 'xnetlists', 'xnetevents', '
geoloc', '
payment', 'bandeau');
+$platal = new Xnet('xnet', 'xnetgrp', 'xnetlists', 'xnetevents', 'payment', 'bandeau');
if (!($path = Env::v('n')) || substr($path, 0, 4) != 'Xnet') {
$platal->run();
exit;