portapipe / Login-GroceryCrud

A Login/Logout system for GroceryCrud (codeigniter).
32 stars 26 forks source link

Login.php wrong tag at line 170 #9

Closed BaginovPM closed 7 years ago

BaginovPM commented 7 years ago

To start writing PHP code line 170 contains "<?" instead of "<?php".

portapipe commented 7 years ago

"<?" is the short-tag of "<?php" and servers that doesn't enable that are wrong configured. Anyway you should edit it 😄

BaginovPM commented 7 years ago

Oops, sorry... Thanks

portapipe commented 7 years ago

No problem :)