Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
e91322bc
Commit
e91322bc
authored
Nov 08, 2006
by
Richard Mansfield
Browse files
define(ADMIN,1)
parent
e7277c19
Changes
6
Hide whitespace changes
Inline
Side-by-side
htdocs/admin/editchangepage.json.php
View file @
e91322bc
...
...
@@ -25,6 +25,7 @@
*/
define
(
'INTERNAL'
,
1
);
define
(
'ADMIN'
,
1
);
require
(
dirname
(
dirname
(
__FILE__
))
.
'/init.php'
);
$pagename
=
clean_requestdata
(
'pagename'
,
PARAM_ALPHAEXT
,
REQUEST_EITHER
);
...
...
htdocs/admin/editsitepage.php
View file @
e91322bc
...
...
@@ -25,6 +25,7 @@
*/
define
(
'INTERNAL'
,
1
);
define
(
'ADMIN'
,
1
);
require
(
dirname
(
dirname
(
__FILE__
))
.
'/init.php'
);
require_once
(
'form.php'
);
...
...
htdocs/admin/index.php
View file @
e91322bc
...
...
@@ -25,7 +25,7 @@
*/
define
(
'INTERNAL'
,
1
);
define
(
'ADMIN'
,
1
);
require
(
dirname
(
dirname
(
__FILE__
))
.
'/init.php'
);
require
(
get_config
(
'libroot'
)
.
'upgrade.php'
);
...
...
htdocs/admin/savesitepage.json.php
View file @
e91322bc
...
...
@@ -25,6 +25,7 @@
*/
define
(
'INTERNAL'
,
1
);
define
(
'ADMIN'
,
1
);
require
(
dirname
(
dirname
(
__FILE__
))
.
'/init.php'
);
$pagename
=
clean_requestdata
(
'pagename'
,
PARAM_ALPHAEXT
,
REQUEST_EITHER
);
...
...
htdocs/admin/upgrade.json.php
View file @
e91322bc
...
...
@@ -25,6 +25,7 @@
*/
define
(
'INTERNAL'
,
1
);
define
(
'ADMIN'
,
1
);
define
(
'INSTALLER'
,
1
);
require
(
dirname
(
dirname
(
__FILE__
))
.
'/init.php'
);
require
(
get_config
(
'libroot'
)
.
'upgrade.php'
);
...
...
htdocs/admin/upgrade.php
View file @
e91322bc
...
...
@@ -25,6 +25,7 @@
*/
define
(
'INTERNAL'
,
1
);
define
(
'ADMIN'
,
1
);
define
(
'INSTALLER'
,
1
);
require
(
dirname
(
dirname
(
__FILE__
))
.
'/init.php'
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment