~edb/quam-plures/plugins_no_subgroups

« back to all changes in this revision

Viewing changes to qp_inc/tools/views/_system_list.view.php

  • Committer: EdB
  • Author(s): leeturner
  • Date: 2011-08-25 18:26:11 UTC
  • mfrom: (7612.1.1 system_app_homepage_fix)
  • Revision ID: 1912webworks@gmail.com-20110825182611-yq1ijb8z21l3o1l3
Added $app_homepage variable in Tools->system view to stop warning in PHP log and fix the aging link

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
if( !defined('QP_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
34
34
 
35
35
global $app_name;
 
36
global $app_version;
36
37
global $app_date;
37
 
global $app_version;
 
38
global $app_homepage;
38
39
global $localtimenow;
39
40
global $media_path;
40
41
global $basepath;