Revision 1478
Added by Dietmar over 13 years ago
intro.php | ||
---|---|---|
21 | 21 |
require_once(WB_PATH.'/framework/class.admin.php'); |
22 | 22 |
$admin = new admin('Pages', 'pages_intro'); |
23 | 23 |
$content = ''; |
24 |
$filename = WB_PATH.PAGES_DIRECTORY.'/intro'.PAGE_EXTENSION; |
|
24 | 25 |
if(file_exists($filename) && filesize($filename) > 0) { |
25 | 26 |
$content = file_get_contents( $filename ) ; |
26 | 27 |
} |
Also available in: Unified diff
fix mssing filename in intro.php
inactive user in dropwonlist are show with line-through