Advertisement
johnburn

config.inc.php

Aug 16th, 2011
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.62 KB | None | 0 0
  1. <?php
  2.  
  3. $customer_name = "虎尾科技大學 E-portfolio";
  4. $web_name = "虎尾科技大學 E-portfolio";
  5. $web_full_title = $web_name;
  6. $web_short_title = "虎尾科技大學 E-portfolio";
  7. $url_rewrite = true;
  8. $url_rewrite_key = "pw";
  9. define( "MAIL_STMP", "sunws.nfu.edu.tw" );
  10. define( "MAIL_FROM", "porfolio@nfu.edu.tw" );
  11. define( "MAIL_FROM_NAME", "虎科大電算中心" );
  12. define( "MAIL_CHARSET", "utf-8" );
  13. $web_path = "";
  14. $special_path = array( "admin", "user", "nfuba" );
  15. define( "DB_DSN", "mysqli://eportfolio:yw56x7vnx@localhost/eportfolio" );
  16. define( "DB_CHAR", "utf8" );
  17. $all_page_run = array( "counter" );
  18. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement