Elgg  Version 1.11
Variables
elgg.php File Reference

Go to the source code of this file.

Variables

global $CONFIG
 Core Elgg JavaScript file. More...
 
echo;$lib_dir= 'js/lib';$classes_dir= 'js/classes';$files=array( 'vendors/sprintf',"$lib_dir/elgglib","$classes_dir/ElggEntity","$classes_dir/ElggUser","$classes_dir/ElggPriorityList","$lib_dir/prototypes","$lib_dir/hooks","$lib_dir/security","$lib_dir/languages","$lib_dir/ajax","$lib_dir/session","$lib_dir/pageowner","$lib_dir/configuration","$lib_dir/comments","$lib_dir/ui","$lib_dir/ui.widgets",);$root_path=elgg_get_root_path();foreach($files as $file){readfile("{$root_path}$file.js");echo"\n";}?> elgg version = '<?php echo elgg_get_version(); ?>'
 
elgg release = '<?php echo elgg_get_version(true); ?>'
 
elgg config wwwroot = '<?php echo elgg_get_site_url(); ?>'
 
elgg security interval = <?php echo (int)_elgg_services()->actions->getActionTokenTimeout() * 333
 

Variable Documentation

global $CONFIG

Core Elgg JavaScript file.

Definition at line 5 of file elgg.php.

elgg security interval = <?php echo (int)_elgg_services()->actions->getActionTokenTimeout() * 333

Definition at line 63 of file elgg.php.

elgg release = '<?php echo elgg_get_version(true); ?>'

Definition at line 59 of file elgg.php.

echo;$lib_dir = 'js/lib';$classes_dir = 'js/classes';$files = array( 'vendors/sprintf', "$lib_dir/elgglib", "$classes_dir/ElggEntity", "$classes_dir/ElggUser", "$classes_dir/ElggPriorityList", "$lib_dir/prototypes", "$lib_dir/hooks", "$lib_dir/security", "$lib_dir/languages", "$lib_dir/ajax", "$lib_dir/session", "$lib_dir/pageowner", "$lib_dir/configuration", "$lib_dir/comments", "$lib_dir/ui", "$lib_dir/ui.widgets",);$root_path = elgg_get_root_path();foreach ($files as $file) { readfile("{$root_path}$file.js"); echo "\n";}?> elgg version = '<?php echo elgg_get_version(); ?>'

Definition at line 58 of file elgg.php.

elgg config wwwroot = '<?php echo elgg_get_site_url(); ?>'

Definition at line 60 of file elgg.php.