devilslabphp / phpshop

Automatically exported from code.google.com/p/phpshop
0 stars 0 forks source link

Admin navigation #17

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Navigate administartive interface

What is the expected output? What do you see instead?

i'm expect links http://host/admin/controller/action, but somwhere there is
 http://admin/controller/action

What version of the product are you using? On what operating system?
i'm use build 20080415

Please provide any additional information below.
imho is better to use 

echo
$html->link(array('controller'=>'somecontroller','action'=>'someaction','param')
)

than 

echo ini_get('session.cookie_path')

Thanks for your work!
Best regards

Original issue reported on code.google.com by vag...@gmail.com on 27 Apr 2009 at 5:45

GoogleCodeExporter commented 8 years ago

Original comment by edikon on 3 Jul 2009 at 4:52

GoogleCodeExporter commented 8 years ago
making changes and will commit to svn shortly.

Original comment by edikon on 15 Jul 2009 at 11:06