config.php 236 B

12345678910
  1. <?php
  2. define("SITE_URL", "http://localhost:8080");
  3. define("SITE_NAME", "Weblog");
  4. define("SITE_TAGLINE", "A log of the web");
  5. define("SITE_LANGUAGE", "en-nz");
  6. define("PUBLICATION_DIR", "ppubs");
  7. define("PUBLICATION_NAME", "Post");
  8. ?>