index.php 483 B

12345678910111213141516
  1. <?php
  2. require_once '../config.php';
  3. ?>
  4. <html>
  5. <head>
  6. </head>
  7. <body>
  8. <h2>Install wikipali suite</h2>
  9. <div style="margin:1em;background-color:#f1e7a4;">
  10. 即将安装Pali Canon Database Studio 所需要的数据库。过程中有些数据需要联网获取。生成这些数据库约需要2-4小时。
  11. 您也可以从网络下载已经生成好的数据库。https://www.dropbox.com/s/34w2byt90ij1rlw/mint.7z?dl=0
  12. </div>
  13. <hr>
  14. <h2><a href="step1.php">Install Now</a></h2>
  15. </body>
  16. </html>