Skip to content
Snippets Groups Projects
Commit 784ff975 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

update starting page

parent 7d36f41f
No related branches found
No related tags found
1 merge request!43Shell plugins: Process viewer and load
<?php <?php
/*
* IML CISERVER :: install check
*
*/
$sApproot=dirname(__DIR__);
if (file_exists($sApproot.'/config/config_custom.php_') && file_exists($sApproot.'/config/inc_user2roles.php')){
header("location: /deployment/all/login/"); header("location: /deployment/all/login/");
}
echo '
<h1>Welcome to the IML CISERVER!</h1>
<p>
It seems you just extracted the sources and try to run the web interface.<br>
Go to app root <code>'.$sApproot.'/config/</code> and create there 2 files from
*.dist.<br>
Then verify <a href="check-config.php">check-config.php</a>.
</p>
'
;
// echo '<h1>' . php_uname("n") . '</h1><hr>'; // echo '<h1>' . php_uname("n") . '</h1><hr>';
?> ?>
<a href="http://www.iml.unibe.ch/">IML Startseite</a> | <a href="http://www.iml.unibe.ch/">IML Startseite</a> |
<a href="/deployment/">Deployment</a> | <a href="https://git-repo.iml.unibe.ch/iml-open-source/imldeployment/">Gitlab</a> |
<a href="http://gitlab.iml.unibe.ch/">Gitlab</a> |
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment