init
This commit is contained in:
18
nv/html/nv-nopdf/index.php
Normal file
18
nv/html/nv-nopdf/index.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
if (false) {
|
||||
ini_set('display_startup_errors', 1);
|
||||
ini_set('display_errors', 1);
|
||||
error_reporting(-1);
|
||||
}
|
||||
include_once("config.php");
|
||||
|
||||
define("INDEXPHP", TRUE);
|
||||
if (isset($_GET["method"]) && $_GET["method"] == "view" && isset($_GET["AccessionNumber"])) {
|
||||
// die("AccessionNumber=" . $_GET["AccessionNumber"]);
|
||||
include_once("viewer.php");
|
||||
exit(0);
|
||||
} else {
|
||||
// die("studylist.php");
|
||||
include_once("studylist.php");
|
||||
exit(0);
|
||||
}
|
||||
Reference in New Issue
Block a user