diff --git a/downloadsites/webtools/downloads/report.php b/downloadsites/webtools/downloads/report.php new file mode 100644 index 0000000000000000000000000000000000000000..739efdf766421b5a56321677ffeffb846cc8f98b --- /dev/null +++ b/downloadsites/webtools/downloads/report.php @@ -0,0 +1,7 @@ +<? +// some "old" builds expect the report files to be in this directory, so we'll +// re-include new one, if anyone does try to use this one. + +include '../commonPages/report.php' + +?> \ No newline at end of file diff --git a/downloadsites/webtools/downloads/report2.php b/downloadsites/webtools/downloads/report2.php new file mode 100644 index 0000000000000000000000000000000000000000..894c7839e6fdae192a782271f5ae73fbceb73fdd --- /dev/null +++ b/downloadsites/webtools/downloads/report2.php @@ -0,0 +1,7 @@ +<? +// some "old" builds expect the report files to be in this directory, so we'll +// re-include new one, if anyone does try to use this one. + +include '../commonPages/report2.php' + +?> \ No newline at end of file