Skip to content

Commit

Permalink
- remove duplicate config from docroot
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrejoye committed Apr 30, 2011
1 parent 0282981 commit 6fccabb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 12 deletions.
9 changes: 0 additions & 9 deletions docroot/config.php

This file was deleted.

3 changes: 2 additions & 1 deletion docroot/index.php
@@ -1,5 +1,6 @@
<?php
include "config.php";
include __DIR__ . '/../include/config.php';

define('CUR_PATH', dirname(__FILE__) . DIRECTORY_SEPARATOR);
//define('TPL_PATH', CUR_PATH . 'templates' . DIRECTORY_SEPARATOR);

Expand Down
4 changes: 2 additions & 2 deletions docroot/team.php
@@ -1,7 +1,7 @@
<?php
include "config.php";
include __DIR__ . '/../include/config.php';

define('CUR_PATH', dirname(__FILE__) . DIRECTORY_SEPARATOR);
//define('TPL_PATH', CUR_PATH . 'templates' . DIRECTORY_SEPARATOR);

include TPL_PATH . 'header.php';
include TPL_PATH . 'news_line.php';
Expand Down

0 comments on commit 6fccabb

Please sign in to comment.