├── .gitattributes ├── .github └── ISSUE_TEMPLATE │ └── bug_report.md ├── .htaccess ├── CHANGELOG.md ├── LICENSE ├── README.md ├── ToDo.md ├── dryden ├── debug │ ├── execution.class.php │ ├── logger.class.php │ └── phperrors.class.php ├── loader.inc.php └── ui │ └── securitynotice.class.php ├── etc ├── apps │ ├── phpmyadmin.zip │ └── phpsysinfo │ │ ├── .gitignore │ │ ├── .htaccess │ │ ├── .travis.yml │ │ ├── CHANGELOG.md │ │ ├── CODE_OF_CONDUCT.md │ │ ├── CONTRIBUTING.md │ │ ├── COPYING │ │ ├── Dockerfile │ │ ├── ISSUE_TEMPLATE.md │ │ ├── README.md │ │ ├── README_PLUGIN.md │ │ ├── composer.json │ │ ├── data │ │ ├── ModelTranslation.txt │ │ ├── cpus.ini │ │ ├── distros.ini │ │ ├── languages.ini │ │ ├── osnames.ini │ │ └── raspberry.ini │ │ ├── gfx │ │ ├── ajax-loader.gif │ │ ├── ajaxLoader.gif │ │ ├── attention.gif │ │ ├── blank.gif │ │ ├── body.gif │ │ ├── bullet_toggle_minus.gif │ │ ├── bullet_toggle_plus.gif │ │ ├── close.gif │ │ ├── down_black.gif │ │ ├── down_gray.gif │ │ ├── favicon.gif │ │ ├── favicon.ico │ │ ├── html.gif │ │ ├── htmlwarn.gif │ │ ├── images │ │ │ ├── 4MLinux.png │ │ │ ├── AIX.png │ │ │ ├── ALT.png │ │ │ ├── Alpine.png │ │ │ ├── Amazon.png │ │ │ ├── Android.png │ │ │ ├── Apple.png │ │ │ ├── Arch.png │ │ │ ├── BOSS.png │ │ │ ├── Calculate.png │ │ │ ├── Canaima.png │ │ │ ├── CentOS.png │ │ │ ├── Chakra.png │ │ │ ├── ClearOS.png │ │ │ ├── Cloud.png │ │ │ ├── Cobalt.png │ │ │ ├── Container.png │ │ │ ├── CoreOS.png │ │ │ ├── Crux.png │ │ │ ├── Darwin.png │ │ │ ├── Debian.png │ │ │ ├── Deepin.png │ │ │ ├── Devuan.png │ │ │ ├── DragonFly.png │ │ │ ├── Eisfair.png │ │ │ ├── Endless.png │ │ │ ├── Fedora.png │ │ │ ├── Foresight.png │ │ │ ├── FreeBSD.png │ │ │ ├── Frugalware.png │ │ │ ├── Fuduntu.png │ │ │ ├── Generations.png │ │ │ ├── Gentoo.png │ │ │ ├── Gobo.png │ │ │ ├── HPUX.png │ │ │ ├── Haiku.png │ │ │ ├── Handy.png │ │ │ ├── HipServ.png │ │ │ ├── IPFire.png │ │ │ ├── KaOS.png │ │ │ ├── Kali.png │ │ │ ├── Korora.png │ │ │ ├── LFS.png │ │ │ ├── Lakka.png │ │ │ ├── LibreELEC.png │ │ │ ├── Linaro.png │ │ │ ├── Lunar.png │ │ │ ├── MX.png │ │ │ ├── Mageia.png │ │ │ ├── Mandrake.png │ │ │ ├── Manjaro.png │ │ │ ├── Mer.png │ │ │ ├── Minix.png │ │ │ ├── Mint.png │ │ │ ├── NeoKylin.png │ │ │ ├── NetBSD.png │ │ │ ├── Netrunner.png │ │ │ ├── NixOS.png │ │ │ ├── NuTyX.png │ │ │ ├── OpenBSD.png │ │ │ ├── OpenELEC.png │ │ │ ├── OpenMamba.png │ │ │ ├── OpenMandriva.png │ │ │ ├── Oracle.png │ │ │ ├── PCLinuxOS.png │ │ │ ├── PLD.png │ │ │ ├── Parsix.png │ │ │ ├── Pear.png │ │ │ ├── Peppermint.png │ │ │ ├── Pisi.png │ │ │ ├── Porteus.png │ │ │ ├── Puppy.png │ │ │ ├── PureOS.png │ │ │ ├── QNX.png │ │ │ ├── QTS.png │ │ │ ├── Qubes.png │ │ │ ├── ROSA.png │ │ │ ├── Raspbian.png │ │ │ ├── ReactOS.png │ │ │ ├── RedFlag.png │ │ │ ├── RedHat.png │ │ │ ├── Redcore.png │ │ │ ├── Rubix.png │ │ │ ├── SMEServer.png │ │ │ ├── SMS.png │ │ │ ├── SUSE.png │ │ │ ├── Sabayon.png │ │ │ ├── SalentOS.png │ │ │ ├── Salix.png │ │ │ ├── Scientific.png │ │ │ ├── Semplice.png │ │ │ ├── Slackware.png │ │ │ ├── Slax.png │ │ │ ├── SliTaz.png │ │ │ ├── Solus.png │ │ │ ├── SolusOS.png │ │ │ ├── SolydXK.png │ │ │ ├── Springdale.png │ │ │ ├── StartOS.png │ │ │ ├── SteamOS.png │ │ │ ├── SunOS.png │ │ │ ├── Synology.png │ │ │ ├── Tails.png │ │ │ ├── Tanglu.png │ │ │ ├── TinyCore.png │ │ │ ├── Tizen.png │ │ │ ├── Trisquel.png │ │ │ ├── Trustix.png │ │ │ ├── Turbo.png │ │ │ ├── Ubuntu.png │ │ │ ├── UltimateEdition.png │ │ │ ├── Vector.png │ │ │ ├── Void.png │ │ │ ├── VortexBox.png │ │ │ ├── Win2000.png │ │ │ ├── Win8.png │ │ │ ├── WinVista.png │ │ │ ├── WinXP.png │ │ │ ├── Zenwalk.png │ │ │ ├── Zorin.png │ │ │ ├── antiX.png │ │ │ ├── elementaryOS.png │ │ │ ├── free-eos.png │ │ │ ├── gNewSense.png │ │ │ ├── iycc.png │ │ │ ├── openSUSE.png │ │ │ ├── pfSense.png │ │ │ └── unknown.png │ │ ├── logo_32.gif │ │ ├── next.gif │ │ ├── prev.gif │ │ ├── reload.gif │ │ ├── right_black.gif │ │ ├── right_gray.gif │ │ ├── sort_asc.gif │ │ ├── sort_both.gif │ │ ├── sort_desc.gif │ │ └── treeTable │ │ │ ├── blank.gif │ │ │ ├── tv-collapsable-last.gif │ │ │ ├── tv-collapsable.gif │ │ │ ├── tv-expandable-last.gif │ │ │ ├── tv-expandable.gif │ │ │ ├── tv-item-last.gif │ │ │ ├── tv-item.gif │ │ │ └── vertline.gif │ │ ├── includes │ │ ├── autoloader.inc.php │ │ ├── class.CommonFunctions.inc.php │ │ ├── class.Parser.inc.php │ │ ├── error │ │ │ └── class.PSI_Error.inc.php │ │ ├── interface │ │ │ ├── class.PSI_Interface_OS.inc.php │ │ │ ├── class.PSI_Interface_Output.inc.php │ │ │ ├── class.PSI_Interface_Plugin.inc.php │ │ │ ├── class.PSI_Interface_Sensor.inc.php │ │ │ └── class.PSI_Interface_UPS.inc.php │ │ ├── js │ │ │ ├── README │ │ │ └── class.JavaScriptPacker.inc.php │ │ ├── mb │ │ │ ├── class.coretemp.inc.php │ │ │ ├── class.freeipmi.inc.php │ │ │ ├── class.hddtemp.inc.php │ │ │ ├── class.healthd.inc.php │ │ │ ├── class.hwmon.inc.php │ │ │ ├── class.hwsensors.inc.php │ │ │ ├── class.ipmitool.inc.php │ │ │ ├── class.ipmiutil.inc.php │ │ │ ├── class.k8temp.inc.php │ │ │ ├── class.lmsensors.inc.php │ │ │ ├── class.mbm5.inc.php │ │ │ ├── class.mbmon.inc.php │ │ │ ├── class.ohm.inc.php │ │ │ ├── class.pitemp.inc.php │ │ │ ├── class.qtssnmp.inc.php │ │ │ ├── class.sensors.inc.php │ │ │ ├── class.speedfan.inc.php │ │ │ ├── class.thermalzone.inc.php │ │ │ └── class.thinkpad.inc.php │ │ ├── os │ │ │ ├── class.AIX.inc.php │ │ │ ├── class.Android.inc.php │ │ │ ├── class.BSDCommon.inc.php │ │ │ ├── class.Darwin.inc.php │ │ │ ├── class.DragonFly.inc.php │ │ │ ├── class.FreeBSD.inc.php │ │ │ ├── class.HPUX.inc.php │ │ │ ├── class.Haiku.inc.php │ │ │ ├── class.Linux.inc.php │ │ │ ├── class.Minix.inc.php │ │ │ ├── class.NetBSD.inc.php │ │ │ ├── class.OS.inc.php │ │ │ ├── class.OpenBSD.inc.php │ │ │ ├── class.QNX.inc.php │ │ │ ├── class.SunOS.inc.php │ │ │ └── class.WINNT.inc.php │ │ ├── output │ │ │ ├── class.Output.inc.php │ │ │ ├── class.Template.inc.php │ │ │ ├── class.Webpage.inc.php │ │ │ ├── class.WebpageXML.inc.php │ │ │ └── class.WebpageXSLT.inc.php │ │ ├── plugin │ │ │ └── class.PSI_Plugin.inc.php │ │ ├── to │ │ │ ├── class.MBInfo.inc.php │ │ │ ├── class.System.inc.php │ │ │ ├── class.UPSInfo.inc.php │ │ │ └── device │ │ │ │ ├── class.CpuDevice.inc.php │ │ │ │ ├── class.DiskDevice.inc.php │ │ │ │ ├── class.HWDevice.inc.php │ │ │ │ ├── class.NetDevice.inc.php │ │ │ │ ├── class.SensorDevice.inc.php │ │ │ │ └── class.UPSDevice.inc.php │ │ ├── ups │ │ │ ├── class.apcupsd.inc.php │ │ │ ├── class.nut.inc.php │ │ │ ├── class.pmset.inc.php │ │ │ ├── class.powersoftplus.inc.php │ │ │ ├── class.snmpups.inc.php │ │ │ └── class.ups.inc.php │ │ └── xml │ │ │ ├── class.SimpleXMLExtended.inc.php │ │ │ └── class.XML.inc.php │ │ ├── index.php │ │ ├── js.php │ │ ├── js │ │ ├── jQuery │ │ │ ├── README │ │ │ ├── README_bootstrap │ │ │ ├── jquery.dataTables.js │ │ │ ├── jquery.ifixpng.js │ │ │ ├── jquery.jgrowl.js │ │ │ ├── jquery.js │ │ │ ├── jquery.nyroModal.js │ │ │ ├── jquery.timer.js │ │ │ ├── jquery.treeTable.js │ │ │ └── jquery.treegrid.js │ │ ├── phpSysInfo │ │ │ ├── phpsysinfo.js │ │ │ └── phpsysinfo_bootstrap.js │ │ └── vendor │ │ │ ├── README │ │ │ ├── bootstrap-ie8.js │ │ │ ├── bootstrap-ie9.js │ │ │ ├── bootstrap-modal.js │ │ │ ├── bootstrap-util.js │ │ │ ├── console-shim.js │ │ │ ├── html5shiv-printshiv.js │ │ │ ├── sorttable.js │ │ │ └── transparency.js │ │ ├── language │ │ ├── ar.xml │ │ ├── ast.xml │ │ ├── bg.xml │ │ ├── ca.xml │ │ ├── cz.xml │ │ ├── da.xml │ │ ├── de.xml │ │ ├── en.xml │ │ ├── es.xml │ │ ├── et.xml │ │ ├── fi.xml │ │ ├── fr.xml │ │ ├── gl.xml │ │ ├── gr.xml │ │ ├── he.xml │ │ ├── hu.xml │ │ ├── id.xml │ │ ├── is.xml │ │ ├── it.xml │ │ ├── ja.xml │ │ ├── ko.xml │ │ ├── language.php │ │ ├── nl.xml │ │ ├── no.xml │ │ ├── pl.xml │ │ ├── pt-br.xml │ │ ├── pt-pt.xml │ │ ├── ro.xml │ │ ├── ru.xml │ │ ├── sk.xml │ │ ├── sl.xml │ │ ├── sv.xml │ │ ├── th.xml │ │ ├── tr.xml │ │ ├── translation-plugin.xsd │ │ ├── translation.xsd │ │ ├── tw.xml │ │ ├── uk.xml │ │ └── zh.xml │ │ ├── phpsysinfo.ini.new │ │ ├── phpsysinfo.xslt │ │ ├── phpsysinfo3.xsd │ │ ├── plugins │ │ ├── bat │ │ │ ├── bat_bootstrap.html │ │ │ ├── class.bat.inc.php │ │ │ ├── js │ │ │ │ ├── bat.js │ │ │ │ └── bat_bootstrap.js │ │ │ └── lang │ │ │ │ ├── cz.xml │ │ │ │ ├── de.xml │ │ │ │ ├── en.xml │ │ │ │ ├── fr.xml │ │ │ │ ├── gr.xml │ │ │ │ ├── pl.xml │ │ │ │ ├── ro.xml │ │ │ │ └── ru.xml │ │ ├── docker │ │ │ ├── class.docker.inc.php │ │ │ ├── docker_bootstrap.html │ │ │ ├── js │ │ │ │ ├── docker.js │ │ │ │ └── docker_bootstrap.js │ │ │ └── lang │ │ │ │ ├── en.xml │ │ │ │ ├── gr.xml │ │ │ │ └── pl.xml │ │ ├── hyperv │ │ │ ├── class.hyperv.inc.php │ │ │ ├── css │ │ │ │ └── hyperv.css │ │ │ ├── gfx │ │ │ │ ├── offline.gif │ │ │ │ └── online.gif │ │ │ ├── hyperv_bootstrap.html │ │ │ ├── js │ │ │ │ ├── hyperv.js │ │ │ │ └── hyperv_bootstrap.js │ │ │ └── lang │ │ │ │ ├── en.xml │ │ │ │ ├── gr.xml │ │ │ │ └── pl.xml │ │ ├── iptables │ │ │ ├── class.iptables.inc.php │ │ │ ├── iptables_bootstrap.html │ │ │ ├── js │ │ │ │ ├── iptables.js │ │ │ │ └── iptables_bootstrap.js │ │ │ └── lang │ │ │ │ ├── en.xml │ │ │ │ ├── gr.xml │ │ │ │ └── ru.xml │ │ ├── pingtest │ │ │ ├── class.pingtest.inc.php │ │ │ ├── css │ │ │ │ └── pingtest.css │ │ │ ├── js │ │ │ │ ├── pingtest.js │ │ │ │ └── pingtest_bootstrap.js │ │ │ ├── lang │ │ │ │ ├── de.xml │ │ │ │ ├── en.xml │ │ │ │ ├── gr.xml │ │ │ │ └── pl.xml │ │ │ └── pingtest_bootstrap.html │ │ ├── ps │ │ │ ├── class.ps.inc.php │ │ │ ├── js │ │ │ │ ├── ps.js │ │ │ │ └── ps_bootstrap.js │ │ │ ├── lang │ │ │ │ ├── cz.xml │ │ │ │ ├── de.xml │ │ │ │ ├── en.xml │ │ │ │ ├── fr.xml │ │ │ │ ├── gr.xml │ │ │ │ ├── pl.xml │ │ │ │ ├── ro.xml │ │ │ │ ├── ru.xml │ │ │ │ └── uk.xml │ │ │ └── ps_bootstrap.html │ │ ├── psstatus │ │ │ ├── class.psstatus.inc.php │ │ │ ├── css │ │ │ │ └── psstatus.css │ │ │ ├── gfx │ │ │ │ ├── offline.gif │ │ │ │ └── online.gif │ │ │ ├── js │ │ │ │ ├── psstatus.js │ │ │ │ └── psstatus_bootstrap.js │ │ │ ├── lang │ │ │ │ ├── cz.xml │ │ │ │ ├── de.xml │ │ │ │ ├── en.xml │ │ │ │ ├── fr.xml │ │ │ │ ├── gr.xml │ │ │ │ ├── pl.xml │ │ │ │ ├── ro.xml │ │ │ │ ├── ru.xml │ │ │ │ └── uk.xml │ │ │ └── psstatus_bootstrap.html │ │ ├── quotas │ │ │ ├── class.quotas.inc.php │ │ │ ├── css │ │ │ │ └── quotas.css │ │ │ ├── js │ │ │ │ ├── quotas.js │ │ │ │ └── quotas_bootstrap.js │ │ │ ├── lang │ │ │ │ ├── cz.xml │ │ │ │ ├── de.xml │ │ │ │ ├── en.xml │ │ │ │ ├── fr.xml │ │ │ │ ├── gr.xml │ │ │ │ ├── pl.xml │ │ │ │ ├── ro.xml │ │ │ │ └── ru.xml │ │ │ └── quotas_bootstrap.html │ │ ├── raid │ │ │ ├── class.raid.inc.php │ │ │ ├── css │ │ │ │ └── raid.css │ │ │ ├── gfx │ │ │ │ ├── error.png │ │ │ │ ├── harddrivefail.png │ │ │ │ ├── harddriveok.png │ │ │ │ ├── harddrivespare.png │ │ │ │ ├── harddriveunc.png │ │ │ │ └── harddrivewarn.png │ │ │ ├── js │ │ │ │ ├── raid.js │ │ │ │ └── raid_bootstrap.js │ │ │ ├── lang │ │ │ │ ├── cz.xml │ │ │ │ ├── de.xml │ │ │ │ ├── en.xml │ │ │ │ ├── fr.xml │ │ │ │ ├── gr.xml │ │ │ │ ├── ro.xml │ │ │ │ └── ru.xml │ │ │ └── raid_bootstrap.html │ │ ├── smart │ │ │ ├── class.smart.inc.php │ │ │ ├── css │ │ │ │ └── smart.css │ │ │ ├── js │ │ │ │ ├── smart.js │ │ │ │ └── smart_bootstrap.js │ │ │ ├── lang │ │ │ │ ├── cz.xml │ │ │ │ ├── en.xml │ │ │ │ ├── fr.xml │ │ │ │ ├── gr.xml │ │ │ │ ├── pl.xml │ │ │ │ └── ro.xml │ │ │ └── smart_bootstrap.html │ │ ├── snmppinfo │ │ │ ├── class.snmppinfo.inc.php │ │ │ ├── js │ │ │ │ ├── snmppinfo.js │ │ │ │ └── snmppinfo_bootstrap.js │ │ │ ├── lang │ │ │ │ ├── cz.xml │ │ │ │ ├── de.xml │ │ │ │ ├── en.xml │ │ │ │ ├── fr.xml │ │ │ │ ├── gr.xml │ │ │ │ ├── pl.xml │ │ │ │ ├── ro.xml │ │ │ │ └── ru.xml │ │ │ └── snmppinfo_bootstrap.html │ │ ├── stablebit │ │ │ ├── class.stablebit.inc.php │ │ │ ├── gfx │ │ │ │ ├── off.gif │ │ │ │ └── on.gif │ │ │ ├── js │ │ │ │ ├── stablebit.js │ │ │ │ └── stablebit_bootstrap.js │ │ │ ├── lang │ │ │ │ ├── en.xml │ │ │ │ └── gr.xml │ │ │ └── stablebit_bootstrap.html │ │ ├── updatenotifier │ │ │ ├── class.updatenotifier.inc.php │ │ │ ├── js │ │ │ │ ├── updatenotifier.js │ │ │ │ └── updatenotifier_bootstrap.js │ │ │ ├── lang │ │ │ │ ├── cz.xml │ │ │ │ ├── de.xml │ │ │ │ ├── en.xml │ │ │ │ ├── fr.xml │ │ │ │ ├── gr.xml │ │ │ │ ├── pl.xml │ │ │ │ ├── ro.xml │ │ │ │ └── ru.xml │ │ │ └── updatenotifier_bootstrap.html │ │ └── uprecords │ │ │ ├── class.uprecords.inc.php │ │ │ ├── js │ │ │ ├── uprecords.js │ │ │ └── uprecords_bootstrap.js │ │ │ ├── lang │ │ │ ├── en.xml │ │ │ ├── fr.xml │ │ │ ├── gr.xml │ │ │ ├── hu.xml │ │ │ ├── pl.xml │ │ │ ├── ro.xml │ │ │ └── ru.xml │ │ │ └── uprecords_bootstrap.html │ │ ├── read_config.php │ │ ├── sample │ │ ├── distrotest │ │ │ ├── 4MLinux │ │ │ │ └── 10.0-server.txt │ │ │ ├── ALT │ │ │ │ ├── 6.0.0.txt │ │ │ │ ├── 7.0.0-Simply.txt │ │ │ │ └── 7.0.1.txt │ │ │ ├── Alpine │ │ │ │ └── 2.6.4.txt │ │ │ ├── Amazon │ │ │ │ └── 2013.09.txt │ │ │ ├── Arch │ │ │ │ ├── 2011.08.19-ISO.txt │ │ │ │ ├── 2013.11.01.txt │ │ │ │ ├── 2014.01.05.txt │ │ │ │ └── 2017.03.07-ARM.txt │ │ │ ├── BOSS │ │ │ │ ├── 1.0-server.txt │ │ │ │ └── 5.0.txt │ │ │ ├── Calculate │ │ │ │ └── 13.11.txt │ │ │ ├── Canaima │ │ │ │ └── 4.1.txt │ │ │ ├── CentOS │ │ │ │ ├── 5.6.txt │ │ │ │ ├── 6.5-SF.txt │ │ │ │ ├── 6.5.txt │ │ │ │ └── 7.1.1503.txt │ │ │ ├── Chakra │ │ │ │ └── 2013.02.txt │ │ │ ├── ClearOS │ │ │ │ └── 6.4.0-Beta.txt │ │ │ ├── Cloud │ │ │ │ ├── 5.10.txt │ │ │ │ ├── 6.4.txt │ │ │ │ └── 7.2.txt │ │ │ ├── Container │ │ │ │ └── 1409.2.0.txt │ │ │ ├── CoreOS │ │ │ │ └── 367.1.0.txt │ │ │ ├── Crux │ │ │ │ └── 2.8.txt │ │ │ ├── Debian │ │ │ │ ├── 5.0.3.txt │ │ │ │ ├── 6.0.6.txt │ │ │ │ ├── 8-20140106-netinstall.txt │ │ │ │ └── 8-20140106.txt │ │ │ ├── Deepin │ │ │ │ └── 2013.txt │ │ │ ├── Devuan │ │ │ │ └── 1.0.txt │ │ │ ├── Eisfair │ │ │ │ ├── 1-2.6.5.txt │ │ │ │ └── 2-1.8.1.txt │ │ │ ├── Endless │ │ │ │ └── 3.3.16.txt │ │ │ ├── Fedora │ │ │ │ ├── 20-lsb.txt │ │ │ │ ├── 20.txt │ │ │ │ └── 4.txt │ │ │ ├── Foresight │ │ │ │ └── 2.5.3.txt │ │ │ ├── Frugalware │ │ │ │ └── 1.9.txt │ │ │ ├── Fuduntu │ │ │ │ └── 2013.2.txt │ │ │ ├── Generations │ │ │ │ └── 3.1.txt │ │ │ ├── Gentoo │ │ │ │ ├── 2.2-NAME.txt │ │ │ │ └── 2.2.txt │ │ │ ├── Gobo │ │ │ │ └── 015.beta2.txt │ │ │ ├── Handy │ │ │ │ └── 2.0.txt │ │ │ ├── HipServ │ │ │ │ └── 2.6.txt │ │ │ ├── IPFire │ │ │ │ └── 2.13.txt │ │ │ ├── KaOS │ │ │ │ └── 2014.0301.txt │ │ │ ├── Kali │ │ │ │ └── Rolling.txt │ │ │ ├── Korora │ │ │ │ └── 20.txt │ │ │ ├── Lakka │ │ │ │ └── 2.0.txt │ │ │ ├── LibreELEC │ │ │ │ └── 8.0.1.txt │ │ │ ├── Linaro │ │ │ │ └── 13.12.txt │ │ │ ├── Lunar │ │ │ │ └── 1.7.0-rc2.txt │ │ │ ├── MX │ │ │ │ └── 17.1.txt │ │ │ ├── Mageia │ │ │ │ └── 4.txt │ │ │ ├── Mandrake │ │ │ │ ├── 2011.0.txt │ │ │ │ └── 9.2.txt │ │ │ ├── Manjaro │ │ │ │ └── 0.8.8.txt │ │ │ ├── Mer │ │ │ │ └── 0.2011.txt │ │ │ ├── Mint │ │ │ │ ├── 13.txt │ │ │ │ ├── 14.txt │ │ │ │ └── 15.txt │ │ │ ├── NeoKylin │ │ │ │ └── 6.0.txt │ │ │ ├── Netrunner │ │ │ │ ├── 13.06-SE.txt │ │ │ │ ├── 13.06.txt │ │ │ │ └── 2014.04.txt │ │ │ ├── NixOS │ │ │ │ └── 13.10.txt │ │ │ ├── NuTyX │ │ │ │ └── 10.0.txt │ │ │ ├── OpenELEC │ │ │ │ └── 8.0.3.txt │ │ │ ├── OpenMamba │ │ │ │ └── 3.0.1.txt │ │ │ ├── OpenMandriva │ │ │ │ └── 2013.0-RC1.txt │ │ │ ├── Oracle │ │ │ │ ├── 5.10-el.txt │ │ │ │ └── 6.3.txt │ │ │ ├── PCLinuxOS │ │ │ │ └── 2012.06.txt │ │ │ ├── PLD │ │ │ │ ├── 2.99.txt │ │ │ │ └── 3.0.txt │ │ │ ├── Parsix │ │ │ │ ├── 5.0.txt │ │ │ │ └── 6.0.txt │ │ │ ├── Pear │ │ │ │ ├── 5.00.txt │ │ │ │ ├── 6.1-LTS.txt │ │ │ │ ├── 6.1.txt │ │ │ │ └── 7.0.txt │ │ │ ├── Peppermint │ │ │ │ ├── 3.txt │ │ │ │ └── 4-20131113.txt │ │ │ ├── Pisi │ │ │ │ └── 1.0.txt │ │ │ ├── Porteus │ │ │ │ └── 2.1.txt │ │ │ ├── Puppy │ │ │ │ ├── 431.txt │ │ │ │ ├── 5.3-wary.txt │ │ │ │ ├── 5.3.3-slacko.txt │ │ │ │ └── 528-lucid.txt │ │ │ ├── PureOS │ │ │ │ └── 3.0beta1.txt │ │ │ ├── QTS │ │ │ │ └── 3.1.2.txt │ │ │ ├── Qubes │ │ │ │ └── 3.0.txt │ │ │ ├── ROSA │ │ │ │ ├── 2012.0.0-11-LTS.txt │ │ │ │ ├── 2012.0.0-6-LTS.txt │ │ │ │ ├── 2012.1.0-20.txt │ │ │ │ └── 6.5-Server.txt │ │ │ ├── Raspbian │ │ │ │ ├── 7.txt │ │ │ │ └── 8.0.txt │ │ │ ├── RedFlag │ │ │ │ └── 8.0.txt │ │ │ ├── RedHat │ │ │ │ ├── 6.0.txt │ │ │ │ └── 7.0-Beta.txt │ │ │ ├── Redcore │ │ │ │ └── 1803.txt │ │ │ ├── SMEServer │ │ │ │ ├── 8.1beta3.txt │ │ │ │ └── 9.0beta3.txt │ │ │ ├── SMS │ │ │ │ └── 2.0.5.txt │ │ │ ├── Sabayon │ │ │ │ └── 14.01.txt │ │ │ ├── SalentOS │ │ │ │ └── 1.0.1.txt │ │ │ ├── Salix │ │ │ │ └── 14.0.txt │ │ │ ├── Scientific │ │ │ │ ├── 6.3-lsb.txt │ │ │ │ ├── 6.3.txt │ │ │ │ └── 6.4.txt │ │ │ ├── Semplice │ │ │ │ └── 6.txt │ │ │ ├── Slackware │ │ │ │ └── 14.0.txt │ │ │ ├── Slax │ │ │ │ └── 7.0.1.txt │ │ │ ├── SliTaz │ │ │ │ ├── 2014.02.16-cooking.txt │ │ │ │ └── 5.0-RC4.txt │ │ │ ├── Solus │ │ │ │ ├── 1.0-rc1.txt │ │ │ │ └── 2017.01.01.0.txt │ │ │ ├── SolusOS │ │ │ │ ├── 1.3.txt │ │ │ │ └── 2-alpha7.txt │ │ │ ├── SolydXK │ │ │ │ ├── 2014.01-K.txt │ │ │ │ └── 2014.01-X.txt │ │ │ ├── Springdale │ │ │ │ └── 6.9.txt │ │ │ ├── StartOS │ │ │ │ ├── 5.0.txt │ │ │ │ └── 6.0.txt │ │ │ ├── SteamOS │ │ │ │ └── 1.0-beta.txt │ │ │ ├── Synology │ │ │ │ └── 4.1-2668.txt │ │ │ ├── Tails │ │ │ │ └── 0.22.1.txt │ │ │ ├── Tanglu │ │ │ │ └── 2.0-beta2.txt │ │ │ ├── TinyCore │ │ │ │ └── 5.0.alpha4.txt │ │ │ ├── Tizen │ │ │ │ ├── 2.2.0-Magnolia.txt │ │ │ │ └── 2.2.0-Tizen.txt │ │ │ ├── Trisquel │ │ │ │ └── 6.0.txt │ │ │ ├── Turbo │ │ │ │ └── 12.5.txt │ │ │ ├── Ubuntu │ │ │ │ ├── 10.04.txt │ │ │ │ ├── 12.04.txt │ │ │ │ └── 13.10.txt │ │ │ ├── UltimateEdition │ │ │ │ └── 3.9.txt │ │ │ ├── Vector │ │ │ │ └── 647.0.txt │ │ │ ├── Void │ │ │ │ └── 1.0-20160420.txt │ │ │ ├── VortexBox │ │ │ │ ├── 2.2.txt │ │ │ │ └── 2.3-beta.txt │ │ │ ├── Zenwalk │ │ │ │ └── 7.4.txt │ │ │ ├── Zorin │ │ │ │ ├── 6.txt │ │ │ │ ├── 7.txt │ │ │ │ └── 8.txt │ │ │ ├── antiX │ │ │ │ └── 2012.07.06.txt │ │ │ ├── elementaryOS │ │ │ │ ├── 0.2.txt │ │ │ │ └── 0.4.txt │ │ │ ├── gNewSense │ │ │ │ └── 3.0.txt │ │ │ └── openSUSE │ │ │ │ ├── 11.3.txt │ │ │ │ ├── 13.1.txt │ │ │ │ └── 42.3.txt │ │ ├── freebsd │ │ │ ├── netstat1.txt │ │ │ ├── netstat2.txt │ │ │ └── netstat3.txt │ │ ├── logs │ │ │ ├── log_android21.txt │ │ │ ├── log_android412.txt │ │ │ ├── log_bluestacks.txt │ │ │ ├── log_debian7.txt │ │ │ └── log_sf.txt │ │ ├── main │ │ │ ├── 1-dfiP.txt │ │ │ ├── 1-dfkP.txt │ │ │ ├── 1-mount.txt │ │ │ ├── README │ │ │ ├── cpuinfo1.txt │ │ │ ├── cpuinfo10.txt │ │ │ ├── cpuinfo11.txt │ │ │ ├── cpuinfo12.txt │ │ │ ├── cpuinfo13.txt │ │ │ ├── cpuinfo2.txt │ │ │ ├── cpuinfo3.txt │ │ │ ├── cpuinfo4.txt │ │ │ ├── cpuinfo5.txt │ │ │ ├── cpuinfo6.txt │ │ │ ├── cpuinfo7.txt │ │ │ ├── cpuinfo8.txt │ │ │ ├── cpuinfo9.txt │ │ │ ├── dev1.txt │ │ │ ├── df1.txt │ │ │ ├── mount1.txt │ │ │ ├── nvme1.txt │ │ │ ├── nvme2.txt │ │ │ ├── pmset1.txt │ │ │ ├── pmset2.txt │ │ │ ├── pmset3.txt │ │ │ ├── pmset4.txt │ │ │ ├── swaps1.txt │ │ │ ├── vm_stat1.txt │ │ │ ├── vm_stat2.txt │ │ │ └── vm_stat3.txt │ │ ├── motherboard │ │ │ ├── freeipmi │ │ │ │ ├── freeipmi1.txt │ │ │ │ └── freeipmi2.txt │ │ │ ├── healthd │ │ │ │ └── healthd1.txt │ │ │ ├── hwsensors │ │ │ │ ├── hwsensors1.txt │ │ │ │ ├── hwsensors2.txt │ │ │ │ ├── hwsensors3.txt │ │ │ │ ├── hwsensors4.txt │ │ │ │ └── hwsensors5.txt │ │ │ ├── ipmitool │ │ │ │ ├── ipmitool1.txt │ │ │ │ ├── ipmitool2.txt │ │ │ │ └── ipmitool3.txt │ │ │ ├── ipmiutil │ │ │ │ └── ipmiutil1.txt │ │ │ ├── lmsensors │ │ │ │ ├── lmsensors1.txt │ │ │ │ ├── lmsensors10.txt │ │ │ │ ├── lmsensors11.txt │ │ │ │ ├── lmsensors2.txt │ │ │ │ ├── lmsensors3.txt │ │ │ │ ├── lmsensors4.txt │ │ │ │ ├── lmsensors5.txt │ │ │ │ ├── lmsensors6.txt │ │ │ │ ├── lmsensors7.txt │ │ │ │ ├── lmsensors8.txt │ │ │ │ └── lmsensors9.txt │ │ │ └── mbm5 │ │ │ │ └── MBM51.csv │ │ ├── plugin_bat │ │ │ ├── README │ │ │ ├── ac_state1.txt │ │ │ ├── battery_info1.txt │ │ │ ├── battery_state1.txt │ │ │ ├── log_LenovoT530.txt │ │ │ ├── log_android233.txt │ │ │ ├── log_android412.txt │ │ │ ├── log_android422.txt │ │ │ ├── log_darwin_1.txt │ │ │ ├── log_freebsd_1.txt │ │ │ ├── log_freebsd_2.txt │ │ │ ├── log_test_1.txt │ │ │ ├── log_test_2.txt │ │ │ ├── log_vbox.txt │ │ │ ├── upower1.txt │ │ │ ├── upower2.txt │ │ │ ├── upower3.txt │ │ │ ├── upower4.txt │ │ │ └── upower5.txt │ │ ├── plugin_ps │ │ │ ├── README │ │ │ ├── ps1.txt │ │ │ └── ps2.txt │ │ ├── plugin_psstatus │ │ │ ├── README │ │ │ └── psstatus1.txt │ │ ├── plugin_quotas │ │ │ ├── README │ │ │ └── quotas1.txt │ │ ├── plugin_raid │ │ │ ├── raiddmraid1.txt │ │ │ ├── raiddmraid2.txt │ │ │ ├── raiddmraid3.txt │ │ │ ├── raiddmraid4.txt │ │ │ ├── raiddmraid5.txt │ │ │ ├── raidgraid1.txt │ │ │ ├── raidgraid2.txt │ │ │ ├── raididrac1.txt │ │ │ ├── raidmdstat1.txt │ │ │ ├── raidmdstat10.txt │ │ │ ├── raidmdstat11.txt │ │ │ ├── raidmdstat12.txt │ │ │ ├── raidmdstat13.txt │ │ │ ├── raidmdstat14.txt │ │ │ ├── raidmdstat15.txt │ │ │ ├── raidmdstat2.txt │ │ │ ├── raidmdstat3.txt │ │ │ ├── raidmdstat4.txt │ │ │ ├── raidmdstat5.txt │ │ │ ├── raidmdstat6.txt │ │ │ ├── raidmdstat7.txt │ │ │ ├── raidmdstat8.txt │ │ │ ├── raidmdstat9.txt │ │ │ ├── raidmegactl1.txt │ │ │ ├── raidmegactl2.txt │ │ │ ├── raidmegactl3.txt │ │ │ ├── raidmegactl4.txt │ │ │ ├── raidmegasasctl1.txt │ │ │ ├── raidmegasasctl2.txt │ │ │ ├── raidmegasasctl3.txt │ │ │ ├── raidmegasasctl4.txt │ │ │ ├── raidmegasasctl5.txt │ │ │ ├── raidzpool1.txt │ │ │ ├── raidzpool10.txt │ │ │ ├── raidzpool11.txt │ │ │ ├── raidzpool12.txt │ │ │ ├── raidzpool2.txt │ │ │ ├── raidzpool3.txt │ │ │ ├── raidzpool4.txt │ │ │ ├── raidzpool5.txt │ │ │ ├── raidzpool6.txt │ │ │ ├── raidzpool7.txt │ │ │ ├── raidzpool8.txt │ │ │ └── raidzpool9.txt │ │ ├── plugin_smart │ │ │ ├── smart0.txt │ │ │ ├── smart1.txt │ │ │ └── smart2.txt │ │ ├── plugin_updatenotifier │ │ │ ├── ubuntu-landscape │ │ │ └── universal-format │ │ ├── processes │ │ │ └── processes.txt │ │ └── ups │ │ │ ├── 1-upscDell2700.txt │ │ │ ├── 1-upscPW5110.txt │ │ │ ├── 1-upscl.txt │ │ │ ├── apcaccess1.txt │ │ │ ├── pmset.txt │ │ │ └── powersoftplus1.txt │ │ ├── templates │ │ ├── aqua.css │ │ ├── aqua │ │ │ └── aq_background.gif │ │ ├── blue.css │ │ ├── blue │ │ │ ├── bar.png │ │ │ ├── barwarn.png │ │ │ ├── bg.png │ │ │ └── title.png │ │ ├── clean.css │ │ ├── cleansyn.css │ │ ├── cream.css │ │ ├── cream │ │ │ └── bg.gif │ │ ├── dark_bootstrap.css │ │ ├── green_bootstrap.css │ │ ├── html │ │ │ ├── error_config.html │ │ │ ├── index_all.html │ │ │ ├── index_bootstrap.html │ │ │ └── index_dynamic.html │ │ ├── idash.css │ │ ├── idash │ │ │ ├── bg.png │ │ │ ├── html.gif │ │ │ └── htmlwarn.gif │ │ ├── jstyle_blue.css │ │ ├── jstyle_green.css │ │ ├── lingruby.css │ │ ├── lingruby │ │ │ └── background.png │ │ ├── misc │ │ │ └── emptyfile.css │ │ ├── nextgen.css │ │ ├── nextgen │ │ │ └── nextgen_bg.png │ │ ├── phpsysinfo.css │ │ ├── phpsysinfo_bootstrap.css │ │ ├── plugin │ │ │ ├── jquery.dataTables.css │ │ │ ├── jquery.jgrowl.css │ │ │ ├── jquery.treeTable.css │ │ │ └── nyroModal.full.css │ │ ├── schabau.css │ │ ├── two.css │ │ ├── two │ │ │ └── gradient.png │ │ └── vendor │ │ │ ├── bootstrap-firefox15.css │ │ │ ├── bootstrap-firefox20.css │ │ │ ├── bootstrap-firefox27.css │ │ │ ├── bootstrap-firefox28.css │ │ │ ├── bootstrap-ie8.css │ │ │ ├── bootstrap-ie9.css │ │ │ ├── bootstrap-safari5.css │ │ │ └── bootstrap.min.css │ │ ├── tools │ │ ├── MakeRelease.sh │ │ ├── README │ │ ├── aptana │ │ │ ├── js.xml │ │ │ └── php.xml │ │ ├── check.sh │ │ ├── checkdistro.php │ │ ├── checkpng.php │ │ ├── cputest.php │ │ ├── distrotest.php │ │ ├── lint.bat │ │ └── speedfan │ │ │ ├── SpeedFanGet_bin.zip │ │ │ └── SpeedFanGet_src.zip │ │ └── xml.php └── lib │ ├── pChart2 │ ├── GPLv3.txt │ ├── index.php │ ├── pChart │ │ ├── fonts │ │ │ ├── Abel-Regular.ttf │ │ │ ├── Cairo-Regular.ttf │ │ │ ├── Dosis-Light.ttf │ │ │ ├── Gayathri-Regular.ttf │ │ │ ├── OFL.txt │ │ │ ├── PressStart2P-Regular.ttf │ │ │ └── Signika-Regular.ttf │ │ ├── pBarcode │ │ │ ├── 128B.php │ │ │ ├── 39.php │ │ │ ├── pBarcode.php │ │ │ ├── pBarcode128.php │ │ │ └── pBarcode39.php │ │ ├── pBubble.php │ │ ├── pCache │ │ │ ├── pCacheFile.php │ │ │ ├── pCacheInterface.php │ │ │ └── pCacheSQLite.php │ │ ├── pCharts.php │ │ ├── pColor.php │ │ ├── pColorGradient.php │ │ ├── pData.php │ │ ├── pDraw.php │ │ ├── pException.php │ │ ├── pImageMap │ │ │ ├── pImageMapFile.php │ │ │ ├── pImageMapInterface.php │ │ │ ├── pImageMapSQLite.php │ │ │ └── pImageMapSession.php │ │ ├── pIndicator.php │ │ ├── pPie.php │ │ ├── pPyramid.php │ │ ├── pQRCode.php │ │ ├── pRadar.php │ │ ├── pSQLite.php │ │ ├── pScatter.php │ │ ├── pSpring.php │ │ ├── pStock.php │ │ └── pSurface.php │ ├── readme.txt │ └── sentora │ │ ├── bootstrap.php │ │ ├── functions.inc.php │ │ ├── z3DPie.php │ │ └── zProgress.php │ └── smarty │ └── libs │ ├── Autoloader.php │ ├── Smarty.class.php │ ├── SmartyBC.class.php │ ├── bootstrap.php │ ├── debug.tpl │ ├── plugins │ ├── block.textformat.php │ ├── function.counter.php │ ├── function.cycle.php │ ├── function.fetch.php │ ├── function.html_checkboxes.php │ ├── function.html_image.php │ ├── function.html_options.php │ ├── function.html_radios.php │ ├── function.html_select_date.php │ ├── function.html_select_time.php │ ├── function.html_table.php │ ├── function.mailto.php │ ├── function.math.php │ ├── modifier.capitalize.php │ ├── modifier.date_format.php │ ├── modifier.debug_print_var.php │ ├── modifier.escape.php │ ├── modifier.mb_wordwrap.php │ ├── modifier.regex_replace.php │ ├── modifier.replace.php │ ├── modifier.spacify.php │ ├── modifier.truncate.php │ ├── modifiercompiler.cat.php │ ├── modifiercompiler.count_characters.php │ ├── modifiercompiler.count_paragraphs.php │ ├── modifiercompiler.count_sentences.php │ ├── modifiercompiler.count_words.php │ ├── modifiercompiler.default.php │ ├── modifiercompiler.escape.php │ ├── modifiercompiler.from_charset.php │ ├── modifiercompiler.indent.php │ ├── modifiercompiler.lower.php │ ├── modifiercompiler.noprint.php │ ├── modifiercompiler.string_format.php │ ├── modifiercompiler.strip.php │ ├── modifiercompiler.strip_tags.php │ ├── modifiercompiler.to_charset.php │ ├── modifiercompiler.unescape.php │ ├── modifiercompiler.upper.php │ ├── modifiercompiler.wordwrap.php │ ├── outputfilter.trimwhitespace.php │ ├── shared.escape_special_chars.php │ ├── shared.literal_compiler_param.php │ ├── shared.make_timestamp.php │ ├── shared.mb_str_replace.php │ ├── shared.mb_unicode.php │ └── variablefilter.htmlspecialchars.php │ └── sysplugins │ ├── smarty_cacheresource.php │ ├── smarty_cacheresource_custom.php │ ├── smarty_cacheresource_keyvaluestore.php │ ├── smarty_data.php │ ├── smarty_internal_block.php │ ├── smarty_internal_cacheresource_file.php │ ├── smarty_internal_compile_append.php │ ├── smarty_internal_compile_assign.php │ ├── smarty_internal_compile_block.php │ ├── smarty_internal_compile_block_child.php │ ├── smarty_internal_compile_block_parent.php │ ├── smarty_internal_compile_break.php │ ├── smarty_internal_compile_call.php │ ├── smarty_internal_compile_capture.php │ ├── smarty_internal_compile_child.php │ ├── smarty_internal_compile_config_load.php │ ├── smarty_internal_compile_continue.php │ ├── smarty_internal_compile_debug.php │ ├── smarty_internal_compile_eval.php │ ├── smarty_internal_compile_extends.php │ ├── smarty_internal_compile_for.php │ ├── smarty_internal_compile_foreach.php │ ├── smarty_internal_compile_function.php │ ├── smarty_internal_compile_if.php │ ├── smarty_internal_compile_include.php │ ├── smarty_internal_compile_include_php.php │ ├── smarty_internal_compile_insert.php │ ├── smarty_internal_compile_ldelim.php │ ├── smarty_internal_compile_make_nocache.php │ ├── smarty_internal_compile_nocache.php │ ├── smarty_internal_compile_parent.php │ ├── smarty_internal_compile_private_block_plugin.php │ ├── smarty_internal_compile_private_foreachsection.php │ ├── smarty_internal_compile_private_function_plugin.php │ ├── smarty_internal_compile_private_modifier.php │ ├── smarty_internal_compile_private_object_block_function.php │ ├── smarty_internal_compile_private_object_function.php │ ├── smarty_internal_compile_private_php.php │ ├── smarty_internal_compile_private_print_expression.php │ ├── smarty_internal_compile_private_registered_block.php │ ├── smarty_internal_compile_private_registered_function.php │ ├── smarty_internal_compile_private_special_variable.php │ ├── smarty_internal_compile_rdelim.php │ ├── smarty_internal_compile_section.php │ ├── smarty_internal_compile_setfilter.php │ ├── smarty_internal_compile_shared_inheritance.php │ ├── smarty_internal_compile_while.php │ ├── smarty_internal_compilebase.php │ ├── smarty_internal_config_file_compiler.php │ ├── smarty_internal_configfilelexer.php │ ├── smarty_internal_configfileparser.php │ ├── smarty_internal_data.php │ ├── smarty_internal_debug.php │ ├── smarty_internal_errorhandler.php │ ├── smarty_internal_extension_handler.php │ ├── smarty_internal_method_addautoloadfilters.php │ ├── smarty_internal_method_adddefaultmodifiers.php │ ├── smarty_internal_method_append.php │ ├── smarty_internal_method_appendbyref.php │ ├── smarty_internal_method_assignbyref.php │ ├── smarty_internal_method_assignglobal.php │ ├── smarty_internal_method_clearallassign.php │ ├── smarty_internal_method_clearallcache.php │ ├── smarty_internal_method_clearassign.php │ ├── smarty_internal_method_clearcache.php │ ├── smarty_internal_method_clearcompiledtemplate.php │ ├── smarty_internal_method_clearconfig.php │ ├── smarty_internal_method_compileallconfig.php │ ├── smarty_internal_method_compilealltemplates.php │ ├── smarty_internal_method_configload.php │ ├── smarty_internal_method_createdata.php │ ├── smarty_internal_method_getautoloadfilters.php │ ├── smarty_internal_method_getconfigvariable.php │ ├── smarty_internal_method_getconfigvars.php │ ├── smarty_internal_method_getdebugtemplate.php │ ├── smarty_internal_method_getdefaultmodifiers.php │ ├── smarty_internal_method_getglobal.php │ ├── smarty_internal_method_getregisteredobject.php │ ├── smarty_internal_method_getstreamvariable.php │ ├── smarty_internal_method_gettags.php │ ├── smarty_internal_method_gettemplatevars.php │ ├── smarty_internal_method_literals.php │ ├── smarty_internal_method_loadfilter.php │ ├── smarty_internal_method_loadplugin.php │ ├── smarty_internal_method_mustcompile.php │ ├── smarty_internal_method_registercacheresource.php │ ├── smarty_internal_method_registerclass.php │ ├── smarty_internal_method_registerdefaultconfighandler.php │ ├── smarty_internal_method_registerdefaultpluginhandler.php │ ├── smarty_internal_method_registerdefaulttemplatehandler.php │ ├── smarty_internal_method_registerfilter.php │ ├── smarty_internal_method_registerobject.php │ ├── smarty_internal_method_registerplugin.php │ ├── smarty_internal_method_registerresource.php │ ├── smarty_internal_method_setautoloadfilters.php │ ├── smarty_internal_method_setdebugtemplate.php │ ├── smarty_internal_method_setdefaultmodifiers.php │ ├── smarty_internal_method_unloadfilter.php │ ├── smarty_internal_method_unregistercacheresource.php │ ├── smarty_internal_method_unregisterfilter.php │ ├── smarty_internal_method_unregisterobject.php │ ├── smarty_internal_method_unregisterplugin.php │ ├── smarty_internal_method_unregisterresource.php │ ├── smarty_internal_nocache_insert.php │ ├── smarty_internal_parsetree.php │ ├── smarty_internal_parsetree_code.php │ ├── smarty_internal_parsetree_dq.php │ ├── smarty_internal_parsetree_dqcontent.php │ ├── smarty_internal_parsetree_tag.php │ ├── smarty_internal_parsetree_template.php │ ├── smarty_internal_parsetree_text.php │ ├── smarty_internal_resource_eval.php │ ├── smarty_internal_resource_extends.php │ ├── smarty_internal_resource_file.php │ ├── smarty_internal_resource_php.php │ ├── smarty_internal_resource_registered.php │ ├── smarty_internal_resource_stream.php │ ├── smarty_internal_resource_string.php │ ├── smarty_internal_runtime_cachemodify.php │ ├── smarty_internal_runtime_cacheresourcefile.php │ ├── smarty_internal_runtime_capture.php │ ├── smarty_internal_runtime_codeframe.php │ ├── smarty_internal_runtime_filterhandler.php │ ├── smarty_internal_runtime_foreach.php │ ├── smarty_internal_runtime_getincludepath.php │ ├── smarty_internal_runtime_inheritance.php │ ├── smarty_internal_runtime_make_nocache.php │ ├── smarty_internal_runtime_tplfunction.php │ ├── smarty_internal_runtime_updatecache.php │ ├── smarty_internal_runtime_updatescope.php │ ├── smarty_internal_runtime_writefile.php │ ├── smarty_internal_smartytemplatecompiler.php │ ├── smarty_internal_template.php │ ├── smarty_internal_templatebase.php │ ├── smarty_internal_templatecompilerbase.php │ ├── smarty_internal_templatelexer.php │ ├── smarty_internal_templateparser.php │ ├── smarty_internal_testinstall.php │ ├── smarty_internal_undefined.php │ ├── smarty_resource.php │ ├── smarty_resource_custom.php │ ├── smarty_resource_recompiled.php │ ├── smarty_resource_uncompiled.php │ ├── smarty_security.php │ ├── smarty_template_cached.php │ ├── smarty_template_compiled.php │ ├── smarty_template_config.php │ ├── smarty_template_resource_base.php │ ├── smarty_template_source.php │ ├── smarty_undefined_variable.php │ ├── smarty_variable.php │ ├── smartycompilerexception.php │ └── smartyexception.php ├── inc └── init.inc.php ├── modules ├── apache_admin │ ├── assets │ │ ├── help_small.png │ │ └── icon.png │ ├── code │ │ └── controller.ext.php │ ├── deploy │ │ ├── install.run │ │ ├── remove.run │ │ ├── templates │ │ │ ├── vhost_bandwidth.tpl │ │ │ ├── vhost_bandwidth_ssl.tpl │ │ │ ├── vhost_cp.tpl │ │ │ ├── vhost_cp_ssl.tpl │ │ │ ├── vhost_disabled.tpl │ │ │ ├── vhost_disabled_ssl.tpl │ │ │ ├── vhost_disk_quota.tpl │ │ │ ├── vhost_disk_quota_ssl.tpl │ │ │ ├── vhost_domain.tpl │ │ │ ├── vhost_domain_ssl.tpl │ │ │ ├── vhost_forward.tpl │ │ │ ├── vhost_parked.tpl │ │ │ ├── vhost_parked_ssl.tpl │ │ │ ├── vhost_php_pool.tpl │ │ │ ├── vhost_sp_rules.tpl │ │ │ └── vhost_ssl.tpl │ │ └── upgrade.run │ ├── hooks │ │ ├── OnAfterDeleteClient.hook.php │ │ ├── OnAfterDisableClient.hook.php │ │ ├── OnAfterEnableClient.hook.php │ │ ├── OnAfterUpdatePackage.hook.php │ │ └── OnDaemonRun.hook.php │ ├── module.xml │ └── module.zpm ├── cron │ ├── assets │ │ ├── down.gif │ │ ├── icon.png │ │ └── up.gif │ ├── code │ │ └── controller.ext.php │ ├── hooks │ │ ├── OnAfterDeleteClient.hook.php │ │ ├── OnAfterDisableClient.hook.php │ │ └── OnAfterEnableClient.hook.php │ ├── module.xml │ └── module.zpm ├── dns_admin │ ├── assets │ │ ├── down.png │ │ ├── help_small.png │ │ ├── icon.png │ │ └── up.png │ ├── code │ │ ├── controller.ext.php │ │ └── getbindlog.php │ ├── module.xml │ └── module.zpm ├── dns_manager │ ├── assets │ │ ├── add.png │ │ ├── data_into.png │ │ ├── delete_small.png │ │ ├── dns.css │ │ ├── dns.js │ │ ├── domains.png │ │ ├── down.png │ │ ├── help_small.png │ │ ├── icon.png │ │ ├── information_big.png │ │ ├── undo.png │ │ ├── undo_small.png │ │ └── up.png │ ├── code │ │ ├── controller.ext.php │ │ └── webservice.ext.php │ ├── hooks │ │ ├── OnAfterDeleteClient.hook.php │ │ ├── OnAfterDeleteDomain.hook.php │ │ ├── OnAfterDeleteParkedDomain.hook.php │ │ └── OnDaemonRun.hook.php │ ├── module.xml │ └── module.zpm ├── domains │ ├── assets │ │ ├── help_small.png │ │ └── icon.png │ ├── code │ │ ├── controller.ext.php │ │ └── webservice.ext.php │ ├── hooks │ │ └── OnAfterDeleteClient.hook.php │ ├── module.xml │ └── module.zpm ├── ftp_management │ ├── assets │ │ ├── down.gif │ │ ├── icon.png │ │ └── up.gif │ ├── code │ │ ├── controller.ext.php │ │ ├── filezilla.php │ │ ├── proftpd-mysql.php │ │ └── proftpd.php │ ├── hooks │ │ ├── OnAfterDeleteClient.hook.php │ │ ├── filezilla.php │ │ ├── proftpd-mysql.php │ │ └── proftpd.php │ ├── module.xml │ └── module.zpm ├── mailboxes │ ├── assets │ │ ├── down.gif │ │ ├── icon.png │ │ └── up.gif │ ├── code │ │ ├── controller.ext.php │ │ ├── hmail.php │ │ └── postfix.php │ ├── hooks │ │ ├── OnAfterDeleteClient.hook.php │ │ ├── hmail.php │ │ └── postfix.php │ ├── module.xml │ └── module.zpm ├── mysql_databases │ ├── assets │ │ └── icon.png │ ├── code │ │ └── controller.ext.php │ ├── hooks │ │ ├── OnAfterDeleteClient.hook.php │ │ ├── OnDaemonRun.hook.php │ │ └── OnEndDaemonRun.hook.php │ ├── module.xml │ └── module.zpm ├── mysql_users │ ├── assets │ │ └── icon.png │ ├── code │ │ └── controller.ext.php │ ├── hooks │ │ └── OnAfterDeleteClient.hook.php │ ├── module.xml │ └── module.zpm ├── parked_domains │ ├── assets │ │ ├── help_small.png │ │ └── icon.png │ ├── code │ │ └── controller.ext.php │ ├── hooks │ │ └── OnAfterDeleteClient.hook.php │ ├── module.xml │ └── module.zpm ├── sub_domains │ ├── assets │ │ ├── help_small.png │ │ └── icon.png │ ├── code │ │ ├── controller.ext.php │ │ └── webservice.ext.php │ ├── hooks │ │ └── OnAfterDeleteClient.hook.php │ ├── module.xml │ └── module.zpm └── usage_viewer │ ├── assets │ ├── icon.png │ ├── totals.php │ └── unlimited.png │ ├── code │ ├── controller.ext.php │ └── webservice.ext.php │ ├── module.xml │ └── module.zpm ├── preconf ├── apache │ └── templates │ │ ├── vhost_bandwidth.tpl │ │ ├── vhost_bandwidth_ssl.tpl │ │ ├── vhost_cp.tpl │ │ ├── vhost_cp_ssl.tpl │ │ ├── vhost_disabled.tpl │ │ ├── vhost_disabled_ssl.tpl │ │ ├── vhost_disk_quota.tpl │ │ ├── vhost_disk_quota_ssl.tpl │ │ ├── vhost_domain.tpl │ │ ├── vhost_domain_ssl.tpl │ │ ├── vhost_forward.tpl │ │ ├── vhost_parked.tpl │ │ ├── vhost_parked_ssl.tpl │ │ ├── vhost_php_pool.tpl │ │ ├── vhost_sp_rules.tpl │ │ └── vhost_ssl.tpl ├── apparmor.d │ └── usr.sbin.named ├── cron │ └── zdaemon ├── php │ ├── cron.rules │ ├── sentora.rules │ └── snuffleupagus.rules └── sql │ ├── 1-postfix-innodb.sql │ ├── 2-postfix-unused-tables.sql │ ├── 3-sentora-core-innodb.sql │ └── sentora_1_0_3_1.sql ├── sentora_php7_pkg_update.sh ├── sentora_php7_upgrade.sh ├── sentora_phpmyadmin_upgrade.sh └── sentora_ubun14to16.04_upgrade_guide.md /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/.gitattributes -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.htaccess: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/.htaccess -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/README.md -------------------------------------------------------------------------------- /ToDo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/ToDo.md -------------------------------------------------------------------------------- /dryden/debug/execution.class.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/dryden/debug/execution.class.php -------------------------------------------------------------------------------- /dryden/debug/logger.class.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/dryden/debug/logger.class.php -------------------------------------------------------------------------------- /dryden/debug/phperrors.class.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/dryden/debug/phperrors.class.php -------------------------------------------------------------------------------- /dryden/loader.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/dryden/loader.inc.php -------------------------------------------------------------------------------- /dryden/ui/securitynotice.class.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/dryden/ui/securitynotice.class.php -------------------------------------------------------------------------------- /etc/apps/phpmyadmin.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpmyadmin.zip -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/.gitignore: -------------------------------------------------------------------------------- 1 | phpsysinfo.ini 2 | composer.lock 3 | -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/.htaccess: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/.htaccess -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/.travis.yml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/CHANGELOG.md -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/CONTRIBUTING.md -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/COPYING -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/Dockerfile -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/ISSUE_TEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/ISSUE_TEMPLATE.md -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/README.md -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/README_PLUGIN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/README_PLUGIN.md -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/composer.json -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/data/ModelTranslation.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/data/ModelTranslation.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/data/cpus.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/data/cpus.ini -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/data/distros.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/data/distros.ini -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/data/languages.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/data/languages.ini -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/data/osnames.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/data/osnames.ini -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/data/raspberry.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/data/raspberry.ini -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/ajax-loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/ajax-loader.gif -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/ajaxLoader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/ajaxLoader.gif -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/attention.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/attention.gif -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/blank.gif -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/body.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/body.gif -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/bullet_toggle_minus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/bullet_toggle_minus.gif -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/bullet_toggle_plus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/bullet_toggle_plus.gif -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/close.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/close.gif -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/down_black.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/down_black.gif -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/down_gray.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/down_gray.gif -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/favicon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/favicon.gif -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/favicon.ico -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/html.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/html.gif -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/htmlwarn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/htmlwarn.gif -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/4MLinux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/4MLinux.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/AIX.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/AIX.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/ALT.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/ALT.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/Alpine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/Alpine.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/Amazon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/Amazon.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/Android.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/Android.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/Apple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/Apple.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/Arch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/Arch.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/BOSS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/BOSS.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/Calculate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/Calculate.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/Canaima.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/Canaima.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/CentOS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/CentOS.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/Chakra.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/Chakra.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/ClearOS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/ClearOS.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/Cloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/Cloud.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/Cobalt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/Cobalt.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/Container.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/Container.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/CoreOS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/CoreOS.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/Crux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/Crux.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/Darwin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/Darwin.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/Debian.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/Debian.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/Deepin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/Deepin.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/Devuan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/Devuan.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/DragonFly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/DragonFly.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/Eisfair.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/Eisfair.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/Endless.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/Endless.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/Fedora.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/Fedora.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/Foresight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/Foresight.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/FreeBSD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/FreeBSD.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/Frugalware.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/Frugalware.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/Fuduntu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/Fuduntu.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/Generations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/Generations.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/Gentoo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/Gentoo.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/Gobo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/Gobo.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/HPUX.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/HPUX.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/Haiku.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/Haiku.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/Handy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/Handy.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/HipServ.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/HipServ.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/IPFire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/IPFire.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/KaOS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/KaOS.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/Kali.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/Kali.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/Korora.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/Korora.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/LFS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/LFS.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/Lakka.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/Lakka.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/LibreELEC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/LibreELEC.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/Linaro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/Linaro.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/Lunar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/Lunar.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/MX.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/MX.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/Mageia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/Mageia.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/Mandrake.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/Mandrake.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/Manjaro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/Manjaro.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/Mer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/Mer.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/Minix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/Minix.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/Mint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/Mint.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/NeoKylin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/NeoKylin.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/NetBSD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/NetBSD.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/Netrunner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/Netrunner.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/NixOS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/NixOS.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/NuTyX.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/NuTyX.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/OpenBSD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/OpenBSD.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/OpenELEC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/OpenELEC.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/OpenMamba.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/OpenMamba.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/OpenMandriva.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/OpenMandriva.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/Oracle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/Oracle.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/PCLinuxOS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/PCLinuxOS.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/PLD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/PLD.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/Parsix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/Parsix.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/Pear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/Pear.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/Peppermint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/Peppermint.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/Pisi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/Pisi.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/Porteus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/Porteus.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/Puppy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/Puppy.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/PureOS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/PureOS.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/QNX.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/QNX.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/QTS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/QTS.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/Qubes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/Qubes.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/ROSA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/ROSA.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/Raspbian.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/Raspbian.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/ReactOS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/ReactOS.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/RedFlag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/RedFlag.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/RedHat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/RedHat.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/Redcore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/Redcore.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/Rubix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/Rubix.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/SMEServer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/SMEServer.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/SMS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/SMS.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/SUSE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/SUSE.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/Sabayon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/Sabayon.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/SalentOS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/SalentOS.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/Salix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/Salix.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/Scientific.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/Scientific.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/Semplice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/Semplice.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/Slackware.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/Slackware.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/Slax.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/Slax.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/SliTaz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/SliTaz.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/Solus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/Solus.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/SolusOS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/SolusOS.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/SolydXK.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/SolydXK.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/Springdale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/Springdale.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/StartOS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/StartOS.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/SteamOS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/SteamOS.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/SunOS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/SunOS.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/Synology.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/Synology.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/Tails.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/Tails.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/Tanglu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/Tanglu.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/TinyCore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/TinyCore.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/Tizen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/Tizen.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/Trisquel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/Trisquel.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/Trustix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/Trustix.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/Turbo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/Turbo.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/Ubuntu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/Ubuntu.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/UltimateEdition.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/UltimateEdition.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/Vector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/Vector.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/Void.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/Void.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/VortexBox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/VortexBox.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/Win2000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/Win2000.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/Win8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/Win8.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/WinVista.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/WinVista.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/WinXP.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/WinXP.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/Zenwalk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/Zenwalk.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/Zorin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/Zorin.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/antiX.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/antiX.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/elementaryOS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/elementaryOS.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/free-eos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/free-eos.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/gNewSense.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/gNewSense.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/iycc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/iycc.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/openSUSE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/openSUSE.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/pfSense.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/pfSense.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/images/unknown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/images/unknown.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/logo_32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/logo_32.gif -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/next.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/next.gif -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/prev.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/prev.gif -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/reload.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/reload.gif -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/right_black.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/right_black.gif -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/right_gray.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/right_gray.gif -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/sort_asc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/sort_asc.gif -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/sort_both.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/sort_both.gif -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/sort_desc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/sort_desc.gif -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/treeTable/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/treeTable/blank.gif -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/treeTable/tv-collapsable.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/treeTable/tv-collapsable.gif -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/treeTable/tv-expandable.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/treeTable/tv-expandable.gif -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/treeTable/tv-item-last.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/treeTable/tv-item-last.gif -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/treeTable/tv-item.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/treeTable/tv-item.gif -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/gfx/treeTable/vertline.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/gfx/treeTable/vertline.gif -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/includes/autoloader.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/includes/autoloader.inc.php -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/includes/class.Parser.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/includes/class.Parser.inc.php -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/includes/js/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/includes/js/README -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/includes/mb/class.coretemp.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/includes/mb/class.coretemp.inc.php -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/includes/mb/class.freeipmi.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/includes/mb/class.freeipmi.inc.php -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/includes/mb/class.hddtemp.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/includes/mb/class.hddtemp.inc.php -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/includes/mb/class.healthd.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/includes/mb/class.healthd.inc.php -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/includes/mb/class.hwmon.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/includes/mb/class.hwmon.inc.php -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/includes/mb/class.ipmitool.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/includes/mb/class.ipmitool.inc.php -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/includes/mb/class.ipmiutil.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/includes/mb/class.ipmiutil.inc.php -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/includes/mb/class.k8temp.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/includes/mb/class.k8temp.inc.php -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/includes/mb/class.mbm5.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/includes/mb/class.mbm5.inc.php -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/includes/mb/class.mbmon.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/includes/mb/class.mbmon.inc.php -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/includes/mb/class.ohm.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/includes/mb/class.ohm.inc.php -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/includes/mb/class.pitemp.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/includes/mb/class.pitemp.inc.php -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/includes/mb/class.qtssnmp.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/includes/mb/class.qtssnmp.inc.php -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/includes/mb/class.sensors.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/includes/mb/class.sensors.inc.php -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/includes/mb/class.speedfan.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/includes/mb/class.speedfan.inc.php -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/includes/mb/class.thinkpad.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/includes/mb/class.thinkpad.inc.php -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/includes/os/class.AIX.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/includes/os/class.AIX.inc.php -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/includes/os/class.Android.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/includes/os/class.Android.inc.php -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/includes/os/class.Darwin.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/includes/os/class.Darwin.inc.php -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/includes/os/class.FreeBSD.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/includes/os/class.FreeBSD.inc.php -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/includes/os/class.HPUX.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/includes/os/class.HPUX.inc.php -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/includes/os/class.Haiku.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/includes/os/class.Haiku.inc.php -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/includes/os/class.Linux.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/includes/os/class.Linux.inc.php -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/includes/os/class.Minix.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/includes/os/class.Minix.inc.php -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/includes/os/class.NetBSD.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/includes/os/class.NetBSD.inc.php -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/includes/os/class.OS.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/includes/os/class.OS.inc.php -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/includes/os/class.OpenBSD.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/includes/os/class.OpenBSD.inc.php -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/includes/os/class.QNX.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/includes/os/class.QNX.inc.php -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/includes/os/class.SunOS.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/includes/os/class.SunOS.inc.php -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/includes/os/class.WINNT.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/includes/os/class.WINNT.inc.php -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/includes/to/class.MBInfo.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/includes/to/class.MBInfo.inc.php -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/includes/to/class.System.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/includes/to/class.System.inc.php -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/includes/to/class.UPSInfo.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/includes/to/class.UPSInfo.inc.php -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/includes/ups/class.apcupsd.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/includes/ups/class.apcupsd.inc.php -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/includes/ups/class.nut.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/includes/ups/class.nut.inc.php -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/includes/ups/class.pmset.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/includes/ups/class.pmset.inc.php -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/includes/ups/class.snmpups.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/includes/ups/class.snmpups.inc.php -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/includes/ups/class.ups.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/includes/ups/class.ups.inc.php -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/includes/xml/class.XML.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/includes/xml/class.XML.inc.php -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/index.php -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/js.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/js.php -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/js/jQuery/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/js/jQuery/README -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/js/jQuery/README_bootstrap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/js/jQuery/README_bootstrap -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/js/jQuery/jquery.dataTables.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/js/jQuery/jquery.dataTables.js -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/js/jQuery/jquery.ifixpng.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/js/jQuery/jquery.ifixpng.js -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/js/jQuery/jquery.jgrowl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/js/jQuery/jquery.jgrowl.js -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/js/jQuery/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/js/jQuery/jquery.js -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/js/jQuery/jquery.nyroModal.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/js/jQuery/jquery.nyroModal.js -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/js/jQuery/jquery.timer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/js/jQuery/jquery.timer.js -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/js/jQuery/jquery.treeTable.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/js/jQuery/jquery.treeTable.js -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/js/jQuery/jquery.treegrid.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/js/jQuery/jquery.treegrid.js -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/js/phpSysInfo/phpsysinfo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/js/phpSysInfo/phpsysinfo.js -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/js/vendor/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/js/vendor/README -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/js/vendor/bootstrap-ie8.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/js/vendor/bootstrap-ie8.js -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/js/vendor/bootstrap-ie9.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/js/vendor/bootstrap-ie9.js -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/js/vendor/bootstrap-modal.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/js/vendor/bootstrap-modal.js -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/js/vendor/bootstrap-util.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/js/vendor/bootstrap-util.js -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/js/vendor/console-shim.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/js/vendor/console-shim.js -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/js/vendor/html5shiv-printshiv.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/js/vendor/html5shiv-printshiv.js -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/js/vendor/sorttable.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/js/vendor/sorttable.js -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/js/vendor/transparency.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/js/vendor/transparency.js -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/language/ar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/language/ar.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/language/ast.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/language/ast.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/language/bg.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/language/bg.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/language/ca.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/language/ca.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/language/cz.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/language/cz.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/language/da.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/language/da.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/language/de.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/language/de.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/language/en.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/language/en.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/language/es.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/language/es.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/language/et.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/language/et.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/language/fi.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/language/fi.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/language/fr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/language/fr.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/language/gl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/language/gl.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/language/gr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/language/gr.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/language/he.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/language/he.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/language/hu.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/language/hu.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/language/id.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/language/id.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/language/is.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/language/is.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/language/it.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/language/it.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/language/ja.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/language/ja.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/language/ko.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/language/ko.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/language/language.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/language/language.php -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/language/nl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/language/nl.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/language/no.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/language/no.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/language/pl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/language/pl.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/language/pt-br.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/language/pt-br.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/language/pt-pt.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/language/pt-pt.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/language/ro.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/language/ro.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/language/ru.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/language/ru.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/language/sk.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/language/sk.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/language/sl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/language/sl.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/language/sv.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/language/sv.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/language/th.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/language/th.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/language/tr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/language/tr.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/language/translation-plugin.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/language/translation-plugin.xsd -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/language/translation.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/language/translation.xsd -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/language/tw.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/language/tw.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/language/uk.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/language/uk.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/language/zh.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/language/zh.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/phpsysinfo.ini.new: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/phpsysinfo.ini.new -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/phpsysinfo.xslt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/phpsysinfo.xslt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/phpsysinfo3.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/phpsysinfo3.xsd -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/bat/bat_bootstrap.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/bat/bat_bootstrap.html -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/bat/class.bat.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/bat/class.bat.inc.php -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/bat/js/bat.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/bat/js/bat.js -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/bat/js/bat_bootstrap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/bat/js/bat_bootstrap.js -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/bat/lang/cz.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/bat/lang/cz.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/bat/lang/de.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/bat/lang/de.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/bat/lang/en.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/bat/lang/en.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/bat/lang/fr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/bat/lang/fr.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/bat/lang/gr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/bat/lang/gr.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/bat/lang/pl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/bat/lang/pl.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/bat/lang/ro.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/bat/lang/ro.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/bat/lang/ru.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/bat/lang/ru.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/docker/js/docker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/docker/js/docker.js -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/docker/lang/en.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/docker/lang/en.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/docker/lang/gr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/docker/lang/gr.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/docker/lang/pl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/docker/lang/pl.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/hyperv/css/hyperv.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/hyperv/css/hyperv.css -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/hyperv/gfx/offline.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/hyperv/gfx/offline.gif -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/hyperv/gfx/online.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/hyperv/gfx/online.gif -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/hyperv/js/hyperv.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/hyperv/js/hyperv.js -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/hyperv/lang/en.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/hyperv/lang/en.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/hyperv/lang/gr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/hyperv/lang/gr.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/hyperv/lang/pl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/hyperv/lang/pl.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/iptables/js/iptables.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/iptables/js/iptables.js -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/iptables/lang/en.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/iptables/lang/en.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/iptables/lang/gr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/iptables/lang/gr.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/iptables/lang/ru.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/iptables/lang/ru.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/pingtest/css/pingtest.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/pingtest/css/pingtest.css -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/pingtest/js/pingtest.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/pingtest/js/pingtest.js -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/pingtest/lang/de.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/pingtest/lang/de.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/pingtest/lang/en.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/pingtest/lang/en.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/pingtest/lang/gr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/pingtest/lang/gr.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/pingtest/lang/pl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/pingtest/lang/pl.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/ps/class.ps.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/ps/class.ps.inc.php -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/ps/js/ps.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/ps/js/ps.js -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/ps/js/ps_bootstrap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/ps/js/ps_bootstrap.js -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/ps/lang/cz.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/ps/lang/cz.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/ps/lang/de.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/ps/lang/de.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/ps/lang/en.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/ps/lang/en.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/ps/lang/fr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/ps/lang/fr.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/ps/lang/gr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/ps/lang/gr.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/ps/lang/pl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/ps/lang/pl.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/ps/lang/ro.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/ps/lang/ro.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/ps/lang/ru.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/ps/lang/ru.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/ps/lang/uk.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/ps/lang/uk.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/ps/ps_bootstrap.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/ps/ps_bootstrap.html -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/psstatus/gfx/offline.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/psstatus/gfx/offline.gif -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/psstatus/gfx/online.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/psstatus/gfx/online.gif -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/psstatus/js/psstatus.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/psstatus/js/psstatus.js -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/psstatus/lang/cz.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/psstatus/lang/cz.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/psstatus/lang/de.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/psstatus/lang/de.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/psstatus/lang/en.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/psstatus/lang/en.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/psstatus/lang/fr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/psstatus/lang/fr.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/psstatus/lang/gr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/psstatus/lang/gr.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/psstatus/lang/pl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/psstatus/lang/pl.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/psstatus/lang/ro.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/psstatus/lang/ro.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/psstatus/lang/ru.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/psstatus/lang/ru.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/psstatus/lang/uk.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/psstatus/lang/uk.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/quotas/css/quotas.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/quotas/css/quotas.css -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/quotas/js/quotas.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/quotas/js/quotas.js -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/quotas/lang/cz.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/quotas/lang/cz.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/quotas/lang/de.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/quotas/lang/de.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/quotas/lang/en.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/quotas/lang/en.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/quotas/lang/fr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/quotas/lang/fr.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/quotas/lang/gr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/quotas/lang/gr.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/quotas/lang/pl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/quotas/lang/pl.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/quotas/lang/ro.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/quotas/lang/ro.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/quotas/lang/ru.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/quotas/lang/ru.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/raid/class.raid.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/raid/class.raid.inc.php -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/raid/css/raid.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/raid/css/raid.css -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/raid/gfx/error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/raid/gfx/error.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/raid/gfx/harddriveok.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/raid/gfx/harddriveok.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/raid/js/raid.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/raid/js/raid.js -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/raid/lang/cz.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/raid/lang/cz.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/raid/lang/de.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/raid/lang/de.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/raid/lang/en.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/raid/lang/en.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/raid/lang/fr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/raid/lang/fr.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/raid/lang/gr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/raid/lang/gr.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/raid/lang/ro.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/raid/lang/ro.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/raid/lang/ru.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/raid/lang/ru.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/raid/raid_bootstrap.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/raid/raid_bootstrap.html -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/smart/css/smart.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/smart/css/smart.css -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/smart/js/smart.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/smart/js/smart.js -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/smart/lang/cz.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/smart/lang/cz.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/smart/lang/en.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/smart/lang/en.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/smart/lang/fr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/smart/lang/fr.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/smart/lang/gr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/smart/lang/gr.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/smart/lang/pl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/smart/lang/pl.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/smart/lang/ro.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/smart/lang/ro.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/snmppinfo/lang/cz.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/snmppinfo/lang/cz.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/snmppinfo/lang/de.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/snmppinfo/lang/de.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/snmppinfo/lang/en.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/snmppinfo/lang/en.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/snmppinfo/lang/fr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/snmppinfo/lang/fr.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/snmppinfo/lang/gr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/snmppinfo/lang/gr.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/snmppinfo/lang/pl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/snmppinfo/lang/pl.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/snmppinfo/lang/ro.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/snmppinfo/lang/ro.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/snmppinfo/lang/ru.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/snmppinfo/lang/ru.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/stablebit/gfx/off.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/stablebit/gfx/off.gif -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/stablebit/gfx/on.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/stablebit/gfx/on.gif -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/stablebit/lang/en.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/stablebit/lang/en.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/stablebit/lang/gr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/stablebit/lang/gr.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/uprecords/lang/en.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/uprecords/lang/en.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/uprecords/lang/fr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/uprecords/lang/fr.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/uprecords/lang/gr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/uprecords/lang/gr.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/uprecords/lang/hu.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/uprecords/lang/hu.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/uprecords/lang/pl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/uprecords/lang/pl.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/uprecords/lang/ro.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/uprecords/lang/ro.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/plugins/uprecords/lang/ru.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/plugins/uprecords/lang/ru.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/read_config.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/read_config.php -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/distrotest/ALT/6.0.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/distrotest/ALT/6.0.0.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/distrotest/ALT/7.0.1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/distrotest/ALT/7.0.1.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/distrotest/BOSS/5.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/distrotest/BOSS/5.0.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/distrotest/CentOS/5.6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/distrotest/CentOS/5.6.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/distrotest/CentOS/6.5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/distrotest/CentOS/6.5.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/distrotest/Cloud/5.10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/distrotest/Cloud/5.10.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/distrotest/Cloud/6.4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/distrotest/Cloud/6.4.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/distrotest/Cloud/7.2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/distrotest/Cloud/7.2.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/distrotest/Crux/2.8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/distrotest/Crux/2.8.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/distrotest/Devuan/1.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/distrotest/Devuan/1.0.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/distrotest/Fedora/20.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/distrotest/Fedora/20.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/distrotest/Fedora/4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/distrotest/Fedora/4.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/distrotest/Gentoo/2.2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/distrotest/Gentoo/2.2.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/distrotest/Handy/2.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/distrotest/Handy/2.0.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/distrotest/Korora/20.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/distrotest/Korora/20.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/distrotest/Lakka/2.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/distrotest/Lakka/2.0.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/distrotest/MX/17.1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/distrotest/MX/17.1.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/distrotest/Mageia/4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/distrotest/Mageia/4.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/distrotest/Mer/0.2011.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/distrotest/Mer/0.2011.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/distrotest/Mint/13.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/distrotest/Mint/13.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/distrotest/Mint/14.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/distrotest/Mint/14.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/distrotest/Mint/15.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/distrotest/Mint/15.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/distrotest/NuTyX/10.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/distrotest/NuTyX/10.0.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/distrotest/Oracle/6.3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/distrotest/Oracle/6.3.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/distrotest/PLD/2.99.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/distrotest/PLD/2.99.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/distrotest/PLD/3.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/distrotest/PLD/3.0.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/distrotest/Parsix/5.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/distrotest/Parsix/5.0.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/distrotest/Parsix/6.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/distrotest/Parsix/6.0.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/distrotest/Pear/5.00.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/distrotest/Pear/5.00.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/distrotest/Pear/6.1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/distrotest/Pear/6.1.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/distrotest/Pear/7.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/distrotest/Pear/7.0.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/distrotest/Pisi/1.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/distrotest/Pisi/1.0.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/distrotest/Puppy/431.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/distrotest/Puppy/431.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/distrotest/QTS/3.1.2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/distrotest/QTS/3.1.2.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/distrotest/Qubes/3.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/distrotest/Qubes/3.0.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/distrotest/Raspbian/7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/distrotest/Raspbian/7.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/distrotest/RedHat/6.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/distrotest/RedHat/6.0.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/distrotest/SMS/2.0.5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/distrotest/SMS/2.0.5.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/distrotest/Salix/14.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/distrotest/Salix/14.0.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/distrotest/Semplice/6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/distrotest/Semplice/6.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/distrotest/Slax/7.0.1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/distrotest/Slax/7.0.1.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/distrotest/Turbo/12.5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/distrotest/Turbo/12.5.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/distrotest/Zorin/6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/distrotest/Zorin/6.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/distrotest/Zorin/7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/distrotest/Zorin/7.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/distrotest/Zorin/8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/distrotest/Zorin/8.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/freebsd/netstat1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/freebsd/netstat1.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/freebsd/netstat2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/freebsd/netstat2.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/freebsd/netstat3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/freebsd/netstat3.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/logs/log_android21.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/logs/log_android21.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/logs/log_android412.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/logs/log_android412.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/logs/log_bluestacks.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/logs/log_bluestacks.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/logs/log_debian7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/logs/log_debian7.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/logs/log_sf.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/logs/log_sf.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/main/1-dfiP.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/main/1-dfiP.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/main/1-dfkP.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/main/1-dfkP.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/main/1-mount.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/main/1-mount.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/main/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/main/README -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/main/cpuinfo1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/main/cpuinfo1.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/main/cpuinfo10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/main/cpuinfo10.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/main/cpuinfo11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/main/cpuinfo11.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/main/cpuinfo12.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/main/cpuinfo12.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/main/cpuinfo13.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/main/cpuinfo13.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/main/cpuinfo2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/main/cpuinfo2.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/main/cpuinfo3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/main/cpuinfo3.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/main/cpuinfo4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/main/cpuinfo4.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/main/cpuinfo5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/main/cpuinfo5.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/main/cpuinfo6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/main/cpuinfo6.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/main/cpuinfo7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/main/cpuinfo7.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/main/cpuinfo8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/main/cpuinfo8.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/main/cpuinfo9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/main/cpuinfo9.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/main/dev1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/main/dev1.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/main/df1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/main/df1.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/main/mount1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/main/mount1.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/main/nvme1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/main/nvme1.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/main/nvme2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/main/nvme2.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/main/pmset1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/main/pmset1.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/main/pmset2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/main/pmset2.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/main/pmset3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/main/pmset3.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/main/pmset4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/main/pmset4.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/main/swaps1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/main/swaps1.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/main/vm_stat1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/main/vm_stat1.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/main/vm_stat2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/main/vm_stat2.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/main/vm_stat3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/main/vm_stat3.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/plugin_bat/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/plugin_bat/README -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/plugin_bat/ac_state1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/plugin_bat/ac_state1.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/plugin_bat/log_test_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/plugin_bat/log_test_1.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/plugin_bat/log_test_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/plugin_bat/log_test_2.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/plugin_bat/log_vbox.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/plugin_bat/log_vbox.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/plugin_bat/upower1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/plugin_bat/upower1.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/plugin_bat/upower2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/plugin_bat/upower2.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/plugin_bat/upower3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/plugin_bat/upower3.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/plugin_bat/upower4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/plugin_bat/upower4.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/plugin_bat/upower5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/plugin_bat/upower5.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/plugin_ps/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/plugin_ps/README -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/plugin_ps/ps1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/plugin_ps/ps1.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/plugin_ps/ps2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/plugin_ps/ps2.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/plugin_psstatus/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/plugin_psstatus/README -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/plugin_quotas/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/plugin_quotas/README -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/plugin_quotas/quotas1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/plugin_quotas/quotas1.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/plugin_smart/smart0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/plugin_smart/smart0.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/plugin_smart/smart1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/plugin_smart/smart1.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/plugin_smart/smart2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/plugin_smart/smart2.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/plugin_updatenotifier/universal-format: -------------------------------------------------------------------------------- 1 | 17;5 -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/processes/processes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/processes/processes.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/ups/1-upscDell2700.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/ups/1-upscDell2700.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/ups/1-upscPW5110.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/ups/1-upscPW5110.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/ups/1-upscl.txt: -------------------------------------------------------------------------------- 1 | PW5110 -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/ups/apcaccess1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/ups/apcaccess1.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/ups/pmset.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/ups/pmset.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/sample/ups/powersoftplus1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/sample/ups/powersoftplus1.txt -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/templates/aqua.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/templates/aqua.css -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/templates/aqua/aq_background.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/templates/aqua/aq_background.gif -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/templates/blue.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/templates/blue.css -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/templates/blue/bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/templates/blue/bar.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/templates/blue/barwarn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/templates/blue/barwarn.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/templates/blue/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/templates/blue/bg.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/templates/blue/title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/templates/blue/title.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/templates/clean.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/templates/clean.css -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/templates/cleansyn.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/templates/cleansyn.css -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/templates/cream.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/templates/cream.css -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/templates/cream/bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/templates/cream/bg.gif -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/templates/dark_bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/templates/dark_bootstrap.css -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/templates/green_bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/templates/green_bootstrap.css -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/templates/html/error_config.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/templates/html/error_config.html -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/templates/html/index_all.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/templates/html/index_all.html -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/templates/idash.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/templates/idash.css -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/templates/idash/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/templates/idash/bg.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/templates/idash/html.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/templates/idash/html.gif -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/templates/idash/htmlwarn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/templates/idash/htmlwarn.gif -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/templates/jstyle_blue.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/templates/jstyle_blue.css -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/templates/jstyle_green.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/templates/jstyle_green.css -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/templates/lingruby.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/templates/lingruby.css -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/templates/misc/emptyfile.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/templates/nextgen.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/templates/nextgen.css -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/templates/nextgen/nextgen_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/templates/nextgen/nextgen_bg.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/templates/phpsysinfo.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/templates/phpsysinfo.css -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/templates/schabau.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/templates/schabau.css -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/templates/two.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/templates/two.css -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/templates/two/gradient.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/templates/two/gradient.png -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/tools/MakeRelease.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/tools/MakeRelease.sh -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/tools/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/tools/README -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/tools/aptana/js.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/tools/aptana/js.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/tools/aptana/php.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/tools/aptana/php.xml -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/tools/check.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/tools/check.sh -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/tools/checkdistro.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/tools/checkdistro.php -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/tools/checkpng.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/tools/checkpng.php -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/tools/cputest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/tools/cputest.php -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/tools/distrotest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/tools/distrotest.php -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/tools/lint.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/tools/lint.bat -------------------------------------------------------------------------------- /etc/apps/phpsysinfo/xml.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/apps/phpsysinfo/xml.php -------------------------------------------------------------------------------- /etc/lib/pChart2/GPLv3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/lib/pChart2/GPLv3.txt -------------------------------------------------------------------------------- /etc/lib/pChart2/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/lib/pChart2/index.php -------------------------------------------------------------------------------- /etc/lib/pChart2/pChart/fonts/Abel-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/lib/pChart2/pChart/fonts/Abel-Regular.ttf -------------------------------------------------------------------------------- /etc/lib/pChart2/pChart/fonts/Cairo-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/lib/pChart2/pChart/fonts/Cairo-Regular.ttf -------------------------------------------------------------------------------- /etc/lib/pChart2/pChart/fonts/Dosis-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/lib/pChart2/pChart/fonts/Dosis-Light.ttf -------------------------------------------------------------------------------- /etc/lib/pChart2/pChart/fonts/Gayathri-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/lib/pChart2/pChart/fonts/Gayathri-Regular.ttf -------------------------------------------------------------------------------- /etc/lib/pChart2/pChart/fonts/OFL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/lib/pChart2/pChart/fonts/OFL.txt -------------------------------------------------------------------------------- /etc/lib/pChart2/pChart/fonts/Signika-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/lib/pChart2/pChart/fonts/Signika-Regular.ttf -------------------------------------------------------------------------------- /etc/lib/pChart2/pChart/pBarcode/128B.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/lib/pChart2/pChart/pBarcode/128B.php -------------------------------------------------------------------------------- /etc/lib/pChart2/pChart/pBarcode/39.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/lib/pChart2/pChart/pBarcode/39.php -------------------------------------------------------------------------------- /etc/lib/pChart2/pChart/pBarcode/pBarcode.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/lib/pChart2/pChart/pBarcode/pBarcode.php -------------------------------------------------------------------------------- /etc/lib/pChart2/pChart/pBarcode/pBarcode128.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/lib/pChart2/pChart/pBarcode/pBarcode128.php -------------------------------------------------------------------------------- /etc/lib/pChart2/pChart/pBarcode/pBarcode39.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/lib/pChart2/pChart/pBarcode/pBarcode39.php -------------------------------------------------------------------------------- /etc/lib/pChart2/pChart/pBubble.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/lib/pChart2/pChart/pBubble.php -------------------------------------------------------------------------------- /etc/lib/pChart2/pChart/pCache/pCacheFile.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/lib/pChart2/pChart/pCache/pCacheFile.php -------------------------------------------------------------------------------- /etc/lib/pChart2/pChart/pCache/pCacheInterface.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/lib/pChart2/pChart/pCache/pCacheInterface.php -------------------------------------------------------------------------------- /etc/lib/pChart2/pChart/pCache/pCacheSQLite.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/lib/pChart2/pChart/pCache/pCacheSQLite.php -------------------------------------------------------------------------------- /etc/lib/pChart2/pChart/pCharts.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/lib/pChart2/pChart/pCharts.php -------------------------------------------------------------------------------- /etc/lib/pChart2/pChart/pColor.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/lib/pChart2/pChart/pColor.php -------------------------------------------------------------------------------- /etc/lib/pChart2/pChart/pColorGradient.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/lib/pChart2/pChart/pColorGradient.php -------------------------------------------------------------------------------- /etc/lib/pChart2/pChart/pData.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/lib/pChart2/pChart/pData.php -------------------------------------------------------------------------------- /etc/lib/pChart2/pChart/pDraw.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/lib/pChart2/pChart/pDraw.php -------------------------------------------------------------------------------- /etc/lib/pChart2/pChart/pException.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/lib/pChart2/pChart/pException.php -------------------------------------------------------------------------------- /etc/lib/pChart2/pChart/pImageMap/pImageMapFile.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/lib/pChart2/pChart/pImageMap/pImageMapFile.php -------------------------------------------------------------------------------- /etc/lib/pChart2/pChart/pImageMap/pImageMapSQLite.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/lib/pChart2/pChart/pImageMap/pImageMapSQLite.php -------------------------------------------------------------------------------- /etc/lib/pChart2/pChart/pIndicator.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/lib/pChart2/pChart/pIndicator.php -------------------------------------------------------------------------------- /etc/lib/pChart2/pChart/pPie.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/lib/pChart2/pChart/pPie.php -------------------------------------------------------------------------------- /etc/lib/pChart2/pChart/pPyramid.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/lib/pChart2/pChart/pPyramid.php -------------------------------------------------------------------------------- /etc/lib/pChart2/pChart/pQRCode.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/lib/pChart2/pChart/pQRCode.php -------------------------------------------------------------------------------- /etc/lib/pChart2/pChart/pRadar.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/lib/pChart2/pChart/pRadar.php -------------------------------------------------------------------------------- /etc/lib/pChart2/pChart/pSQLite.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/lib/pChart2/pChart/pSQLite.php -------------------------------------------------------------------------------- /etc/lib/pChart2/pChart/pScatter.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/lib/pChart2/pChart/pScatter.php -------------------------------------------------------------------------------- /etc/lib/pChart2/pChart/pSpring.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/lib/pChart2/pChart/pSpring.php -------------------------------------------------------------------------------- /etc/lib/pChart2/pChart/pStock.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/lib/pChart2/pChart/pStock.php -------------------------------------------------------------------------------- /etc/lib/pChart2/pChart/pSurface.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/lib/pChart2/pChart/pSurface.php -------------------------------------------------------------------------------- /etc/lib/pChart2/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/lib/pChart2/readme.txt -------------------------------------------------------------------------------- /etc/lib/pChart2/sentora/bootstrap.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/lib/pChart2/sentora/bootstrap.php -------------------------------------------------------------------------------- /etc/lib/pChart2/sentora/functions.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/lib/pChart2/sentora/functions.inc.php -------------------------------------------------------------------------------- /etc/lib/pChart2/sentora/z3DPie.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/lib/pChart2/sentora/z3DPie.php -------------------------------------------------------------------------------- /etc/lib/pChart2/sentora/zProgress.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/lib/pChart2/sentora/zProgress.php -------------------------------------------------------------------------------- /etc/lib/smarty/libs/Autoloader.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/lib/smarty/libs/Autoloader.php -------------------------------------------------------------------------------- /etc/lib/smarty/libs/Smarty.class.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/lib/smarty/libs/Smarty.class.php -------------------------------------------------------------------------------- /etc/lib/smarty/libs/SmartyBC.class.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/lib/smarty/libs/SmartyBC.class.php -------------------------------------------------------------------------------- /etc/lib/smarty/libs/bootstrap.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/lib/smarty/libs/bootstrap.php -------------------------------------------------------------------------------- /etc/lib/smarty/libs/debug.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/lib/smarty/libs/debug.tpl -------------------------------------------------------------------------------- /etc/lib/smarty/libs/plugins/block.textformat.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/lib/smarty/libs/plugins/block.textformat.php -------------------------------------------------------------------------------- /etc/lib/smarty/libs/plugins/function.counter.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/lib/smarty/libs/plugins/function.counter.php -------------------------------------------------------------------------------- /etc/lib/smarty/libs/plugins/function.cycle.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/lib/smarty/libs/plugins/function.cycle.php -------------------------------------------------------------------------------- /etc/lib/smarty/libs/plugins/function.fetch.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/lib/smarty/libs/plugins/function.fetch.php -------------------------------------------------------------------------------- /etc/lib/smarty/libs/plugins/function.html_image.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/lib/smarty/libs/plugins/function.html_image.php -------------------------------------------------------------------------------- /etc/lib/smarty/libs/plugins/function.html_radios.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/lib/smarty/libs/plugins/function.html_radios.php -------------------------------------------------------------------------------- /etc/lib/smarty/libs/plugins/function.html_table.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/lib/smarty/libs/plugins/function.html_table.php -------------------------------------------------------------------------------- /etc/lib/smarty/libs/plugins/function.mailto.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/lib/smarty/libs/plugins/function.mailto.php -------------------------------------------------------------------------------- /etc/lib/smarty/libs/plugins/function.math.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/lib/smarty/libs/plugins/function.math.php -------------------------------------------------------------------------------- /etc/lib/smarty/libs/plugins/modifier.capitalize.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/lib/smarty/libs/plugins/modifier.capitalize.php -------------------------------------------------------------------------------- /etc/lib/smarty/libs/plugins/modifier.date_format.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/lib/smarty/libs/plugins/modifier.date_format.php -------------------------------------------------------------------------------- /etc/lib/smarty/libs/plugins/modifier.escape.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/lib/smarty/libs/plugins/modifier.escape.php -------------------------------------------------------------------------------- /etc/lib/smarty/libs/plugins/modifier.mb_wordwrap.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/lib/smarty/libs/plugins/modifier.mb_wordwrap.php -------------------------------------------------------------------------------- /etc/lib/smarty/libs/plugins/modifier.replace.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/lib/smarty/libs/plugins/modifier.replace.php -------------------------------------------------------------------------------- /etc/lib/smarty/libs/plugins/modifier.spacify.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/lib/smarty/libs/plugins/modifier.spacify.php -------------------------------------------------------------------------------- /etc/lib/smarty/libs/plugins/modifier.truncate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/lib/smarty/libs/plugins/modifier.truncate.php -------------------------------------------------------------------------------- /etc/lib/smarty/libs/plugins/modifiercompiler.cat.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/lib/smarty/libs/plugins/modifiercompiler.cat.php -------------------------------------------------------------------------------- /etc/lib/smarty/libs/plugins/shared.mb_unicode.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/lib/smarty/libs/plugins/shared.mb_unicode.php -------------------------------------------------------------------------------- /etc/lib/smarty/libs/sysplugins/smarty_data.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/lib/smarty/libs/sysplugins/smarty_data.php -------------------------------------------------------------------------------- /etc/lib/smarty/libs/sysplugins/smarty_resource.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/lib/smarty/libs/sysplugins/smarty_resource.php -------------------------------------------------------------------------------- /etc/lib/smarty/libs/sysplugins/smarty_security.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/lib/smarty/libs/sysplugins/smarty_security.php -------------------------------------------------------------------------------- /etc/lib/smarty/libs/sysplugins/smarty_variable.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/lib/smarty/libs/sysplugins/smarty_variable.php -------------------------------------------------------------------------------- /etc/lib/smarty/libs/sysplugins/smartyexception.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/etc/lib/smarty/libs/sysplugins/smartyexception.php -------------------------------------------------------------------------------- /inc/init.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/inc/init.inc.php -------------------------------------------------------------------------------- /modules/apache_admin/assets/help_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/apache_admin/assets/help_small.png -------------------------------------------------------------------------------- /modules/apache_admin/assets/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/apache_admin/assets/icon.png -------------------------------------------------------------------------------- /modules/apache_admin/code/controller.ext.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/apache_admin/code/controller.ext.php -------------------------------------------------------------------------------- /modules/apache_admin/deploy/install.run: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/apache_admin/deploy/install.run -------------------------------------------------------------------------------- /modules/apache_admin/deploy/remove.run: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/apache_admin/deploy/remove.run -------------------------------------------------------------------------------- /modules/apache_admin/deploy/templates/vhost_cp.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/apache_admin/deploy/templates/vhost_cp.tpl -------------------------------------------------------------------------------- /modules/apache_admin/deploy/templates/vhost_ssl.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/apache_admin/deploy/templates/vhost_ssl.tpl -------------------------------------------------------------------------------- /modules/apache_admin/deploy/upgrade.run: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/apache_admin/deploy/upgrade.run -------------------------------------------------------------------------------- /modules/apache_admin/hooks/OnDaemonRun.hook.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/apache_admin/hooks/OnDaemonRun.hook.php -------------------------------------------------------------------------------- /modules/apache_admin/module.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/apache_admin/module.xml -------------------------------------------------------------------------------- /modules/apache_admin/module.zpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/apache_admin/module.zpm -------------------------------------------------------------------------------- /modules/cron/assets/down.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/cron/assets/down.gif -------------------------------------------------------------------------------- /modules/cron/assets/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/cron/assets/icon.png -------------------------------------------------------------------------------- /modules/cron/assets/up.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/cron/assets/up.gif -------------------------------------------------------------------------------- /modules/cron/code/controller.ext.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/cron/code/controller.ext.php -------------------------------------------------------------------------------- /modules/cron/hooks/OnAfterDeleteClient.hook.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/cron/hooks/OnAfterDeleteClient.hook.php -------------------------------------------------------------------------------- /modules/cron/hooks/OnAfterDisableClient.hook.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/cron/hooks/OnAfterDisableClient.hook.php -------------------------------------------------------------------------------- /modules/cron/hooks/OnAfterEnableClient.hook.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/cron/hooks/OnAfterEnableClient.hook.php -------------------------------------------------------------------------------- /modules/cron/module.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/cron/module.xml -------------------------------------------------------------------------------- /modules/cron/module.zpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/cron/module.zpm -------------------------------------------------------------------------------- /modules/dns_admin/assets/down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/dns_admin/assets/down.png -------------------------------------------------------------------------------- /modules/dns_admin/assets/help_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/dns_admin/assets/help_small.png -------------------------------------------------------------------------------- /modules/dns_admin/assets/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/dns_admin/assets/icon.png -------------------------------------------------------------------------------- /modules/dns_admin/assets/up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/dns_admin/assets/up.png -------------------------------------------------------------------------------- /modules/dns_admin/code/controller.ext.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/dns_admin/code/controller.ext.php -------------------------------------------------------------------------------- /modules/dns_admin/code/getbindlog.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/dns_admin/code/getbindlog.php -------------------------------------------------------------------------------- /modules/dns_admin/module.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/dns_admin/module.xml -------------------------------------------------------------------------------- /modules/dns_admin/module.zpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/dns_admin/module.zpm -------------------------------------------------------------------------------- /modules/dns_manager/assets/add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/dns_manager/assets/add.png -------------------------------------------------------------------------------- /modules/dns_manager/assets/data_into.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/dns_manager/assets/data_into.png -------------------------------------------------------------------------------- /modules/dns_manager/assets/delete_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/dns_manager/assets/delete_small.png -------------------------------------------------------------------------------- /modules/dns_manager/assets/dns.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/dns_manager/assets/dns.css -------------------------------------------------------------------------------- /modules/dns_manager/assets/dns.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/dns_manager/assets/dns.js -------------------------------------------------------------------------------- /modules/dns_manager/assets/domains.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/dns_manager/assets/domains.png -------------------------------------------------------------------------------- /modules/dns_manager/assets/down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/dns_manager/assets/down.png -------------------------------------------------------------------------------- /modules/dns_manager/assets/help_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/dns_manager/assets/help_small.png -------------------------------------------------------------------------------- /modules/dns_manager/assets/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/dns_manager/assets/icon.png -------------------------------------------------------------------------------- /modules/dns_manager/assets/information_big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/dns_manager/assets/information_big.png -------------------------------------------------------------------------------- /modules/dns_manager/assets/undo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/dns_manager/assets/undo.png -------------------------------------------------------------------------------- /modules/dns_manager/assets/undo_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/dns_manager/assets/undo_small.png -------------------------------------------------------------------------------- /modules/dns_manager/assets/up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/dns_manager/assets/up.png -------------------------------------------------------------------------------- /modules/dns_manager/code/controller.ext.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/dns_manager/code/controller.ext.php -------------------------------------------------------------------------------- /modules/dns_manager/code/webservice.ext.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/dns_manager/code/webservice.ext.php -------------------------------------------------------------------------------- /modules/dns_manager/hooks/OnDaemonRun.hook.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/dns_manager/hooks/OnDaemonRun.hook.php -------------------------------------------------------------------------------- /modules/dns_manager/module.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/dns_manager/module.xml -------------------------------------------------------------------------------- /modules/dns_manager/module.zpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/dns_manager/module.zpm -------------------------------------------------------------------------------- /modules/domains/assets/help_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/domains/assets/help_small.png -------------------------------------------------------------------------------- /modules/domains/assets/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/domains/assets/icon.png -------------------------------------------------------------------------------- /modules/domains/code/controller.ext.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/domains/code/controller.ext.php -------------------------------------------------------------------------------- /modules/domains/code/webservice.ext.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/domains/code/webservice.ext.php -------------------------------------------------------------------------------- /modules/domains/hooks/OnAfterDeleteClient.hook.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/domains/hooks/OnAfterDeleteClient.hook.php -------------------------------------------------------------------------------- /modules/domains/module.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/domains/module.xml -------------------------------------------------------------------------------- /modules/domains/module.zpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/domains/module.zpm -------------------------------------------------------------------------------- /modules/ftp_management/assets/down.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/ftp_management/assets/down.gif -------------------------------------------------------------------------------- /modules/ftp_management/assets/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/ftp_management/assets/icon.png -------------------------------------------------------------------------------- /modules/ftp_management/assets/up.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/ftp_management/assets/up.gif -------------------------------------------------------------------------------- /modules/ftp_management/code/controller.ext.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/ftp_management/code/controller.ext.php -------------------------------------------------------------------------------- /modules/ftp_management/code/filezilla.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/ftp_management/code/filezilla.php -------------------------------------------------------------------------------- /modules/ftp_management/code/proftpd-mysql.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/ftp_management/code/proftpd-mysql.php -------------------------------------------------------------------------------- /modules/ftp_management/code/proftpd.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/ftp_management/code/proftpd.php -------------------------------------------------------------------------------- /modules/ftp_management/hooks/filezilla.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/ftp_management/hooks/filezilla.php -------------------------------------------------------------------------------- /modules/ftp_management/hooks/proftpd-mysql.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/ftp_management/hooks/proftpd-mysql.php -------------------------------------------------------------------------------- /modules/ftp_management/hooks/proftpd.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/ftp_management/hooks/proftpd.php -------------------------------------------------------------------------------- /modules/ftp_management/module.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/ftp_management/module.xml -------------------------------------------------------------------------------- /modules/ftp_management/module.zpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/ftp_management/module.zpm -------------------------------------------------------------------------------- /modules/mailboxes/assets/down.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/mailboxes/assets/down.gif -------------------------------------------------------------------------------- /modules/mailboxes/assets/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/mailboxes/assets/icon.png -------------------------------------------------------------------------------- /modules/mailboxes/assets/up.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/mailboxes/assets/up.gif -------------------------------------------------------------------------------- /modules/mailboxes/code/controller.ext.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/mailboxes/code/controller.ext.php -------------------------------------------------------------------------------- /modules/mailboxes/code/hmail.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/mailboxes/code/hmail.php -------------------------------------------------------------------------------- /modules/mailboxes/code/postfix.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/mailboxes/code/postfix.php -------------------------------------------------------------------------------- /modules/mailboxes/hooks/OnAfterDeleteClient.hook.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/mailboxes/hooks/OnAfterDeleteClient.hook.php -------------------------------------------------------------------------------- /modules/mailboxes/hooks/hmail.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/mailboxes/hooks/hmail.php -------------------------------------------------------------------------------- /modules/mailboxes/hooks/postfix.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/mailboxes/hooks/postfix.php -------------------------------------------------------------------------------- /modules/mailboxes/module.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/mailboxes/module.xml -------------------------------------------------------------------------------- /modules/mailboxes/module.zpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/mailboxes/module.zpm -------------------------------------------------------------------------------- /modules/mysql_databases/assets/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/mysql_databases/assets/icon.png -------------------------------------------------------------------------------- /modules/mysql_databases/code/controller.ext.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/mysql_databases/code/controller.ext.php -------------------------------------------------------------------------------- /modules/mysql_databases/hooks/OnDaemonRun.hook.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/mysql_databases/hooks/OnDaemonRun.hook.php -------------------------------------------------------------------------------- /modules/mysql_databases/module.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/mysql_databases/module.xml -------------------------------------------------------------------------------- /modules/mysql_databases/module.zpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/mysql_databases/module.zpm -------------------------------------------------------------------------------- /modules/mysql_users/assets/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/mysql_users/assets/icon.png -------------------------------------------------------------------------------- /modules/mysql_users/code/controller.ext.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/mysql_users/code/controller.ext.php -------------------------------------------------------------------------------- /modules/mysql_users/module.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/mysql_users/module.xml -------------------------------------------------------------------------------- /modules/mysql_users/module.zpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/mysql_users/module.zpm -------------------------------------------------------------------------------- /modules/parked_domains/assets/help_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/parked_domains/assets/help_small.png -------------------------------------------------------------------------------- /modules/parked_domains/assets/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/parked_domains/assets/icon.png -------------------------------------------------------------------------------- /modules/parked_domains/code/controller.ext.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/parked_domains/code/controller.ext.php -------------------------------------------------------------------------------- /modules/parked_domains/module.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/parked_domains/module.xml -------------------------------------------------------------------------------- /modules/parked_domains/module.zpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/parked_domains/module.zpm -------------------------------------------------------------------------------- /modules/sub_domains/assets/help_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/sub_domains/assets/help_small.png -------------------------------------------------------------------------------- /modules/sub_domains/assets/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/sub_domains/assets/icon.png -------------------------------------------------------------------------------- /modules/sub_domains/code/controller.ext.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/sub_domains/code/controller.ext.php -------------------------------------------------------------------------------- /modules/sub_domains/code/webservice.ext.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/sub_domains/code/webservice.ext.php -------------------------------------------------------------------------------- /modules/sub_domains/module.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/sub_domains/module.xml -------------------------------------------------------------------------------- /modules/sub_domains/module.zpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/sub_domains/module.zpm -------------------------------------------------------------------------------- /modules/usage_viewer/assets/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/usage_viewer/assets/icon.png -------------------------------------------------------------------------------- /modules/usage_viewer/assets/totals.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/usage_viewer/assets/totals.php -------------------------------------------------------------------------------- /modules/usage_viewer/assets/unlimited.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/usage_viewer/assets/unlimited.png -------------------------------------------------------------------------------- /modules/usage_viewer/code/controller.ext.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/usage_viewer/code/controller.ext.php -------------------------------------------------------------------------------- /modules/usage_viewer/code/webservice.ext.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/usage_viewer/code/webservice.ext.php -------------------------------------------------------------------------------- /modules/usage_viewer/module.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/usage_viewer/module.xml -------------------------------------------------------------------------------- /modules/usage_viewer/module.zpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/modules/usage_viewer/module.zpm -------------------------------------------------------------------------------- /preconf/apache/templates/vhost_bandwidth.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/preconf/apache/templates/vhost_bandwidth.tpl -------------------------------------------------------------------------------- /preconf/apache/templates/vhost_bandwidth_ssl.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/preconf/apache/templates/vhost_bandwidth_ssl.tpl -------------------------------------------------------------------------------- /preconf/apache/templates/vhost_cp.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/preconf/apache/templates/vhost_cp.tpl -------------------------------------------------------------------------------- /preconf/apache/templates/vhost_cp_ssl.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/preconf/apache/templates/vhost_cp_ssl.tpl -------------------------------------------------------------------------------- /preconf/apache/templates/vhost_disabled.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/preconf/apache/templates/vhost_disabled.tpl -------------------------------------------------------------------------------- /preconf/apache/templates/vhost_disabled_ssl.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/preconf/apache/templates/vhost_disabled_ssl.tpl -------------------------------------------------------------------------------- /preconf/apache/templates/vhost_disk_quota.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/preconf/apache/templates/vhost_disk_quota.tpl -------------------------------------------------------------------------------- /preconf/apache/templates/vhost_disk_quota_ssl.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/preconf/apache/templates/vhost_disk_quota_ssl.tpl -------------------------------------------------------------------------------- /preconf/apache/templates/vhost_domain.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/preconf/apache/templates/vhost_domain.tpl -------------------------------------------------------------------------------- /preconf/apache/templates/vhost_domain_ssl.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/preconf/apache/templates/vhost_domain_ssl.tpl -------------------------------------------------------------------------------- /preconf/apache/templates/vhost_forward.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/preconf/apache/templates/vhost_forward.tpl -------------------------------------------------------------------------------- /preconf/apache/templates/vhost_parked.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/preconf/apache/templates/vhost_parked.tpl -------------------------------------------------------------------------------- /preconf/apache/templates/vhost_parked_ssl.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/preconf/apache/templates/vhost_parked_ssl.tpl -------------------------------------------------------------------------------- /preconf/apache/templates/vhost_php_pool.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/preconf/apache/templates/vhost_php_pool.tpl -------------------------------------------------------------------------------- /preconf/apache/templates/vhost_sp_rules.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/preconf/apache/templates/vhost_sp_rules.tpl -------------------------------------------------------------------------------- /preconf/apache/templates/vhost_ssl.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/preconf/apache/templates/vhost_ssl.tpl -------------------------------------------------------------------------------- /preconf/apparmor.d/usr.sbin.named: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/preconf/apparmor.d/usr.sbin.named -------------------------------------------------------------------------------- /preconf/cron/zdaemon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/preconf/cron/zdaemon -------------------------------------------------------------------------------- /preconf/php/cron.rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/preconf/php/cron.rules -------------------------------------------------------------------------------- /preconf/php/sentora.rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/preconf/php/sentora.rules -------------------------------------------------------------------------------- /preconf/php/snuffleupagus.rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/preconf/php/snuffleupagus.rules -------------------------------------------------------------------------------- /preconf/sql/1-postfix-innodb.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/preconf/sql/1-postfix-innodb.sql -------------------------------------------------------------------------------- /preconf/sql/2-postfix-unused-tables.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/preconf/sql/2-postfix-unused-tables.sql -------------------------------------------------------------------------------- /preconf/sql/3-sentora-core-innodb.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/preconf/sql/3-sentora-core-innodb.sql -------------------------------------------------------------------------------- /preconf/sql/sentora_1_0_3_1.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/preconf/sql/sentora_1_0_3_1.sql -------------------------------------------------------------------------------- /sentora_php7_pkg_update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/sentora_php7_pkg_update.sh -------------------------------------------------------------------------------- /sentora_php7_upgrade.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/sentora_php7_upgrade.sh -------------------------------------------------------------------------------- /sentora_phpmyadmin_upgrade.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/sentora_phpmyadmin_upgrade.sh -------------------------------------------------------------------------------- /sentora_ubun14to16.04_upgrade_guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dukecitysolutions/sentora-php7-upgrade/HEAD/sentora_ubun14to16.04_upgrade_guide.md --------------------------------------------------------------------------------