<?php
$look = dirname(__FILE__) . '/zdmsl_include/look.txt';
if (file_exists($look) == false) {
  exit('<script>location.href="./zdmsl_dada/install.php";</script>');
} else {
  require_once(dirname(__FILE__) . '/zdmsl_dada/index.php');
}
?>