~danbuk/pastebin-ng/refactor

« back to all changes in this revision

Viewing changes to htdocs/init.php

  • Committer: Daniel Bartlett
  • Date: 2008-02-11 22:06:50 UTC
  • Revision ID: dan@f-box.org-20080211220650-68hbku1hgxx3hw1w
class pastbinNG refactored.
Minor changes to init process.
Minor change to paste_view template.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
include("init_site.php");
4
4
 
5
 
include($PBASEDIR . "/config/testing.conf.php");
6
5
include($PBASEDIR . "/classes/fbMySQL.php");
7
6
include($PBASEDIR . "/classes/fbTemplate.php");
8
7
include($PBASEDIR . "/classes/pastebinNG.php");