From: Rafael C. <raf...@gm...> - 2016-10-01 18:10:16
|
Hello, Anyone has any reason to keep the ".inc" extension? For security reasons (see http://stackoverflow.com/questions/7129842/what-is-inc-and-why-to-use-it ), it is recommend to use ".inc.php" or ".php". For simplicity, I prefer to use ".php" instead of ".inc.php" to replace "inc", because all files to be included by other PHP files are inside the ~/includes/" directory. Comments, opinions, suggestions? Best regards, Rafael. |