XOOPS
2.6.0
Main Page
Related Pages
Classes
Files
Examples
File List
File Members
header.php
Go to the documentation of this file.
1
<?php
20
require_once dirname(dirname(dirname(__DIR__))) .
'/include/cp_header.php'
;
21
22
$op
=
''
;
23
if
( isset( $_POST ) ){
24
foreach
( $_POST as $k => $v ) {
25
${$k} = $v;
26
}
27
}
28
if
( isset( $_GET ) ){
29
foreach
( $_GET as $k => $v ) {
30
${$k} = $v;
31
}
32
}
33
34
XoopsLoad::load
(
'system'
,
'system'
);
35
36
$xoops
=
Xoops::getInstance
();
37
$system
=
System::getInstance
();
38
39
include_once dirname(__DIR__) .
'/class/xcaptcha.php'
;
40
$xcaptcha_handler
=
new
Xcaptcha
();
$xcaptcha_handler
$xcaptcha_handler
Definition:
header.php:40
System\getInstance
static getInstance()
Definition:
system.php:46
$xoops
$xoops
Definition:
header.php:25
Xoops\getInstance
static getInstance()
Definition:
Xoops.php:160
$op
$op
Definition:
header.php:33
$system
$system
Definition:
header.php:26
XoopsLoad\load
static load($name, $type="core")
Definition:
xoopsload.php:65
Xcaptcha
usr64
htdocs
modules
xcaptcha
admin
header.php
Generated on Fri May 22 2015 03:07:01 for XOOPS by
1.8.9.1