index.php 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <?php
  2. if (file_exists(realpath('./server/RTP/config/eo_config.php')))
  3. include_once('./server/RTP/config/eo_config.php');
  4. defined('ALLOW_REGISTER') or define('ALLOW_REGISTER', TRUE);
  5. defined('ALLOW_UPDATE') or define('ALLOW_UPDATE', TRUE);
  6. defined('WEBSITE_NAME') or define('WEBSITE_NAME', 'Api管理分享平台 | ZhuLiang’s Shared');
  7. ?>
  8. <!DOCTYPE html>
  9. <html data-ng-app="eolinker">
  10. <head>
  11. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  12. <meta name="baidu-site-verification" content="QB4v9rHypp">
  13. <meta name="viewport" content="width=device-width, initial-scale=0.1,maximum-scale=1.0,user-scalable=0">
  14. <meta name="product-type" content="0" />
  15. <meta name="version" content="350">
  16. <meta name="author" content="广州银云信息科技有限公司">
  17. <title data-ng-init='title="<?php echo defined('WEBSITE_NAME') ? WEBSITE_NAME : ' '; ?>"'></title>
  18. <link href="assets/images/favicon.ico" rel="shortcut icon">
  19. <meta name="renderer" content="webkit">
  20. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  21. <link rel="stylesheet" href="styles/app-f90462a9fb.css">
  22. <script>
  23. var allowRegister =<?php echo ALLOW_REGISTER ? 'true' : 'false'; ?>;
  24. var allowUpdate =<?php echo ALLOW_UPDATE ? 'true' : 'false'; ?>;
  25. var language = "<?php echo defined('LANGUAGE') ? LANGUAGE : 'zh-cn'; ?>";
  26. </script>
  27. </head>
  28. </head>
  29. <!--[if lt IE 8]>
  30. <style>html, body {
  31. overflow: hidden;
  32. height: 100%
  33. }</style>
  34. <div class="tb-ie-updater-layer"></div>
  35. <div class="tb-ie-updater-box" data-spm="20161112">
  36. <a href="https://www.google.cn/intl/zh-CN/chrome/browser/desktop/" class="tb-ie-updater-google" target="_blank"
  37. data-spm-click="gostr=/tbieupdate;locaid=d1;name=google">谷歌 Chrome</a>
  38. <a href="http://www.uc.cn/ucbrowser/download/" class="tb-ie-updater-uc" target="_blank"
  39. data-spm-click="gostr=/tbieupdate20161112;locaid=d2;name=uc">UC 浏览器</a>"
  40. </div>
  41. <![endif]-->
  42. <body>
  43. <div ui-view=""></div>
  44. <eo-modal></eo-modal>
  45. </body>
  46. <script id="plug-inner-script"></script>
  47. <script src="scripts/app-3d27c1ff99.js"></script>
  48. </html>