Project

General

Profile

« Previous | Next » 

Revision b3f4e57c

Added by Scott Ullrich over 19 years ago

  • Seperate out code from eval() blocks into a common include file
  • Add support for common include file

View differences:

usr/local/www/wizard.php
64 64
$timezonelist = array_filter($timezonelist, 'is_timezone');
65 65
sort($timezonelist);
66 66

  
67
if ($pkg['step'][$stepid]['includefile'])
68
	require($pkg['step'][$stepid]['includefile']);
69

  
67 70
if($pkg['step'][$stepid]['stepsubmitbeforesave']) {
68 71
		eval($pkg['step'][$stepid]['stepsubmitbeforesave']);
69 72
}

Also available in: Unified diff