nimg.neuroinf.jp/etc/config.inc.php

52 lines
1.7 KiB
PHP
Raw Normal View History

2022-06-20 17:51:03 +09:00
<?php
$mainfile = '/data/www/nimg.neuroinf.jp/html/mainfile.php';
//$XOOPS_MODULE_D3FORUM = ['forum'];
//$XOOPS_MODULE_PICO = ['credits'];
$XOOPS_STATIC_PAGES = [
'/modules/xnpnimgcenter/utilities/brain_conv/howtouse.php' => [
'type' => 'json',
'file' => 'src/nimgcenter/assets/howtouse.json'
],
'/modules/xnpnimgcenter/utilities/index.php' => [
'type' => 'json',
'file' => 'src/nimgcenter/assets/utilities.json'
],
//'/modules/nimgdocs/tutorials/index.php' => [
// 'type' => 'tsx',
// 'file' => 'extras/nimgdocs/Tutorials.tsx',
//],
'/modules/nimgdocs/index.php?docname=about_NIMGPF' => [
'type' => 'json',
'file' => 'src/nimgdocs/assets/about.json',
],
'/modules/nimgdocs/index.php?docname=introduction' => [
'type' => 'json',
'file' => 'src/nimgdocs/assets/introduction.json',
],
'/modules/nimgdocs/index.php?docname=additem' => [
'type' => 'json',
'file' => 'src/nimgdocs/assets/additem.json',
],
'/modules/nimgdocs/index.php?docname=nimgcenter' => [
'type' => 'json',
'file' => 'src/nimgdocs/assets/nimgcenter.json',
],
'/modules/nimgdocs/index.php?docname=nimgsearch' => [
'type' => 'json',
'file' => 'src/nimgdocs/assets/nimgsearch.json',
],
'/modules/nimgdocs/index.php?docname=3DBrowse' => [
'type' => 'json',
'file' => 'src/nimgdocs/assets/3dbrowse.json',
],
'/modules/nimgdocs/index.php?docname=3DBrowse_usage' => [
'type' => 'json',
'file' => 'src/nimgdocs/assets/3dbrowse_usage.json',
],
];
$_CURLOPT_RESOLVE_VALUE = ['nimg.neuroinf.jp:443:127.0.0.1'];