1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-18 22:41:28 +02:00

[feature/template-engine] Make INCLUDEPHP relative to board root.

PHPBB3-9726
This commit is contained in:
Oleg Pudeyev
2011-05-12 20:09:41 -04:00
parent d2ac05aa74
commit 94560d7086
5 changed files with 11 additions and 10 deletions

View File

@@ -1 +0,0 @@
<!-- INCLUDEPHP tests/template/templates/_dummy_include.php.inc -->

View File

@@ -0,0 +1,2 @@
Path is relative to board root.
<!-- INCLUDEPHP ../tests/template/templates/_dummy_include.php.inc -->