summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/status_pkglogs.php
Commit message (Collapse)AuthorAgeFilesLines
* Code style changesk-paulius2016-09-131-1/+1
| | | | (cherry picked from commit b2836666a8e7fc021ea750fafc8fc6e8097d52ff)
* Allow packages to request syslogd log socket to be created inside chroot by ↵k-paulius2016-09-131-2/+2
| | | | | | | | | | | | | specifying it in /package/logging/logsocket element. Implements #4898. Example: <package> <logging> <logsocket>/var/appname/var/run/log</logsocket> </logging> </package> (cherry picked from commit ab31acb937792bdedef11fcdbd1d98ad126ebc0b)
* Move copyright from ESF to NetgateRenato Botelho2016-09-061-1/+1
|
* Review license / copyright on all files (final round)Renato Botelho2016-07-151-42/+41
|
* chmod 0644 php web pagesRenato Botelho2016-07-141-0/+0
|
* Always use require_oncePhil Davis2016-06-271-2/+2
| | | | | | | | | The usage of require() and require_once() throughout the system is inconsistent, and "bugs" come up now and then when the order of "requires" is a bit different and some require() happens after the include file is already included/required. It seems to me that there is no harm at all in always using require_once().
* Merge pull request #2637 from k-paulius/patch-6Stephen Beaver2016-02-141-0/+4
|\
| * Show package name in the breadcrumb.k-paulius2016-02-141-0/+4
| |
* | Do not echo printf return valueNewEraCracker2016-02-141-1/+1
|/ | | | Previous implementation would print both the content and return value. Changing to sprintf while retaining the short opening echo tag, echoes the content as intended and keeps code in line with the style of the project.
* Synchronize page titles with tab titles. Rename some titles in order to be ↵k-paulius2016-02-131-1/+1
| | | | more consistent. Convert page title to title case.
* Convert section titles to title casek-paulius2016-02-101-1/+1
|
* status_pkglogs fix dodgy div tagPhil Davis2016-01-271-1/+1
| | | This did not look right :)
* 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
* Code style status*Phil Davis2015-12-151-1/+2
|
* Rename of files to better match their position in the memory structureStephen Beaver2015-12-111-0/+145
OpenPOWER on IntegriCloud