Welcome Guest, Not a member yet? Register   Sign In
[noob] Problem moving application & system folders outside root
#3

[eluser]CroNiX[/eluser]
Yeah, it should use the APPPATH or VIEWPATH constants defined in index.php

Code:
if ( ! file_exists(APPPATH . '/views/pages/'.$page.'.php'))
Code:
if ( ! file_exists(VIEWPATH . '/pages/'.$page.'.php'))


Messages In This Thread
[noob] Problem moving application & system folders outside root - by El Forum - 03-05-2013, 09:24 AM



Theme © iAndrew 2016 - Forum software by © MyBB