projects
/
brisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
372fd6b
)
typo fixed
author
Matteo Nastasi
<nastasi@alternativeoutput.it>
Sun, 19 Apr 2020 09:12:56 +0000
(11:12 +0200)
committer
Matteo Nastasi
<nastasi@alternativeoutput.it>
Sun, 19 Apr 2020 09:12:56 +0000
(11:12 +0200)
web/index.php
patch
|
blob
|
history
diff --git
a/web/index.php
b/web/index.php
index
66ccd64
..
e281aa7
100644
(file)
--- a/
web/index.php
+++ b/
web/index.php
@@
-1059,7
+1059,6
@@
supported by:<br>
var $$ = jQuery.noConflict();
var myname = null;
-var page_id = "<$ echo $user->page_id; ?>";
var g_debug = 0;
var g_lang = "<? echo $G_lang; ?>";
var g_lng = "<? echo $G_lng; ?>";
@@
-1232,6
+1231,7
@@
cookie_law(null);
var $$ = jQuery.noConflict();
var sess = "not_connected";
+ var page_id = "<$ echo $user->page_id; ?>";
var g_debug = 0;
var g_lang = "<? echo $G_lang; ?>";
var g_lng = "<? echo $G_lng; ?>";