Last change
on this file since 733 was 733, checked in by maron, 11 years ago |
- Added: Forget Progress.php file
|
File size:
376 bytes
|
Line | |
---|
1 | <?php
|
---|
2 |
|
---|
3 | include_once(dirname(__FILE__).'/../../includes/global.php');
|
---|
4 |
|
---|
5 | $System = new System();
|
---|
6 | $System->DoNotShowPage = true;
|
---|
7 | $System->Run();
|
---|
8 |
|
---|
9 |
|
---|
10 |
|
---|
11 | $DbResult = $System->Database->query('SELECT Progress FROM `ExportTask` WHERE `Export`='.$_GET['ExportId']);
|
---|
12 | $Task = $DbResult->fetch_assoc();
|
---|
13 |
|
---|
14 | echo ''.ProgressBar(300, $Task['Progress']).'';
|
---|
15 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.