summaryrefslogtreecommitdiffstats
path: root/src/etc/inc/config.inc
Commit message (Collapse)AuthorAgeFilesLines
* Move to Apache License 2.0Renato Botelho2016-07-151-41/+9
|
* Review license / copyright on all files (final round)Renato Botelho2016-07-151-1/+1
|
* Review license / copyright on all files (1st round)Renato Botelho2016-07-141-53/+54
|
* Set PHP's memory limit to 512M on 64 bit. Ticket #6364Chris Buechler2016-05-241-2/+2
|
* Remove duplicated line in config.incPhil Davis2016-02-121-1/+0
| | | This had been duplicated way back in https://github.com/pfsense/pfsense/commit/10e91486fa5c2d467135bcaa887aee83458442a0
* Move set_language() call back to guiconfig.inc since it's causing trouble on ↵Renato Botelho2016-01-221-5/+0
| | | | console
* Fix #5690:Renato Botelho2016-01-211-8/+1
| | | | | | - Remove parameters from set_language() - Add a global variable for default language - add env var for LANG, otherwise it won't work
* Update license on files from /etc/incRenato Botelho2016-01-151-24/+40
|
* Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever ↵Renato Botelho2015-12-151-4/+0
| | | | was the reason they were added, it was never finished and it's not being used
* Set language early on a common place included everywhere. This fix some tar ↵Renato Botelho2015-12-141-0/+12
| | | | warnings 'Failed to set locale'
* Stop creating /var/etc/cfdevice, it's not being usedRenato Botelho2015-11-181-3/+0
|
* Try to use default timezone from globals.inc when possible. Stop setting ↵Renato Botelho2015-11-091-2/+6
| | | | timezone on pkg_mgr_installed.php
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+226
OpenPOWER on IntegriCloud