mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
including the module problem
--HG-- branch : quitta-gsoc-2013
This commit is contained in:
parent
4f2219eb7a
commit
3be11e8b93
1 changed files with 8 additions and 9 deletions
|
@ -9,13 +9,12 @@ delete user hook --- ring_open -> ring users ---- nel user & nel permission --
|
||||||
menu items that do stuff
|
menu items that do stuff
|
||||||
|
|
||||||
*/
|
*/
|
||||||
error_reporting(E_ALL);
|
|
||||||
ini_set('display_errors', 'on');
|
|
||||||
|
|
||||||
$path = drupal_get_path('module', 'ryzommanage');
|
|
||||||
require_once ($path . '/config.php');
|
|
||||||
require_once( $path . '/ams_lib/libinclude.php' );
|
|
||||||
|
|
||||||
|
module_load_include('php', 'ryzommanage', 'config');
|
||||||
|
module_load_include('php', 'ryzommanage', 'ams_lib/libinclude');
|
||||||
|
global $MAIL_DIR;
|
||||||
|
echo $MAIL_DIR;
|
||||||
|
echo "booo";
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Drupal 7 ryzom core module
|
Drupal 7 ryzom core module
|
||||||
|
@ -56,8 +55,8 @@ function ryzommanage_admin()
|
||||||
//admin menu items
|
//admin menu items
|
||||||
|
|
||||||
|
|
||||||
$path = drupal_get_path('module', 'ryzommanage');
|
//$path = drupal_get_path('module', 'ryzommanage');
|
||||||
require($path . '/config.php');
|
//require($path . '/config.php');
|
||||||
$form['ryzommanage_serverurl'] = array(
|
$form['ryzommanage_serverurl'] = array(
|
||||||
'#type' => 'textfield',
|
'#type' => 'textfield',
|
||||||
'#title' => t('Server url'),
|
'#title' => t('Server url'),
|
||||||
|
@ -299,7 +298,7 @@ function _collect_register($nids, $collection)
|
||||||
return_client_httpdata();
|
return_client_httpdata();
|
||||||
} else {
|
} else {
|
||||||
//redirect to registration page
|
//redirect to registration page
|
||||||
header("Location: /user/register");
|
header("Location: user/register");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue