mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-26 13:01:08 -05:00
Fixed harcoded path to application
Codeigniter gives possibility to change system and application directory name. Give it a chance :)
This commit is contained in:
parent
af580ef683
commit
79f0b4882f
@ -4,7 +4,7 @@
|
||||
* Function list:
|
||||
* Classes list:
|
||||
*/
|
||||
require_once ('./application/libraries/phpqrcode/qrlib.php');
|
||||
require_once ('./'.APPPATH.'/libraries/phpqrcode/qrlib.php');
|
||||
$qrurl = $url;
|
||||
|
||||
if ($snipurl != false)
|
||||
|
@ -4,7 +4,7 @@
|
||||
* Function list:
|
||||
* Classes list:
|
||||
*/
|
||||
require_once ('./application/libraries/phpqrcode/qrlib.php');
|
||||
require_once ('./'.APPPATH.'/libraries/phpqrcode/qrlib.php');
|
||||
$qrurl = $url;
|
||||
|
||||
if ($snipurl != false)
|
||||
|
Loading…
x
Reference in New Issue
Block a user