Subversion Repositories ALCASAR

Compare Revisions

No changes between revisions

Ignore whitespace Rev 2801 → Rev 2802

/web/acc/phpsysinfo/xml.php
File deleted
/web/acc/phpsysinfo/tools/README
File deleted
/web/acc/phpsysinfo/tools/cputest.php
File deleted
/web/acc/phpsysinfo/tools/phpsysinfo.ini
File deleted
/web/acc/phpsysinfo/tools/aptana/php.xml
File deleted
/web/acc/phpsysinfo/tools/aptana/js.xml
File deleted
/web/acc/phpsysinfo/tools/speedfan/SpeedFanGet_src.zip
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Deleted: svn:mime-type
-application/octet-stream
\ No newline at end of property
/web/acc/phpsysinfo/tools/speedfan/SpeedFanGet_bin.zip
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Deleted: svn:mime-type
-application/octet-stream
\ No newline at end of property
/web/acc/phpsysinfo/tools/check.sh
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
Deleted: svn:executable
-*
\ No newline at end of property
/web/acc/phpsysinfo/tools/MakeRelease.sh
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
Deleted: svn:executable
-*
\ No newline at end of property
/web/acc/phpsysinfo/tools/checkdistro.php
File deleted
/web/acc/phpsysinfo/tools/checkpng.php
File deleted
/web/acc/phpsysinfo/tools/distrotest.php
File deleted
/web/acc/phpsysinfo/tools/lint.bat
File deleted
/web/acc/phpsysinfo/README.ALCASAR
1,3 → 1,5
ChangeLog
ALCASAR adaptations :
- remove folders "tools", "sample", "plugins", "js/vendor", "js/jQuery"
- in "/" remove "composer.json", "phpsysinfo.xslt", "phpsysinfo3.xsd", "xml.php", "Dockerfile"
- in folder "templates" : remove all except "aqua". "aqua.css" is adapted
- language/language.php : $lang is set by the web browser conf
/web/acc/phpsysinfo/language/language.php
44,18 → 44,13
if (defined('PSI_DEFAULT_LANG')) {
$lang = PSI_DEFAULT_LANG;
}
if (isset($_SERVER['HTTP_ACCEPT_LANGUAGE'])) {
$lang = explode(',', $_SERVER['HTTP_ACCEPT_LANGUAGE']);
$lang = strtolower(substr(chop($lang[0]), 0, 2));
}
/** ALCASAR changes
* $lang set by the web browser config
*
*/
if (isset($_SERVER['HTTP_ACCEPT_LANGUAGE'])) {
$Langue = explode(',', $_SERVER['HTTP_ACCEPT_LANGUAGE']);
$lang = strtolower(substr(chop($Langue[0]), 0, 2));
 
}
//if (isset($_GET['lang']) && (trim($_GET['lang'])!=="")
// && !preg_match('/[^A-Za-z\-]/', $_GET['lang'])
// && file_exists(PSI_APP_ROOT.'/language/'.$_GET['lang'].'.xml')) {
/web/acc/phpsysinfo/sample/plugin_raid/raidzpool11.txt
File deleted
\ No newline at end of file
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_raid/raidmegasasctl2.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_raid/raidzpool12.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_raid/raidmegasasctl3.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_raid/raidmegasasctl4.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_raid/raidzpool13.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_raid/raidmegasasctl5.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_raid/raiddmraid1.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_raid/raiddmraid2.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_raid/raiddmraid3.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_raid/raiddmraid4.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_raid/raiddmraid5.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_raid/raidmegactl1.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_raid/raidmdstat10.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_raid/raidmegactl2.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_raid/raidmdstat11.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_raid/raidmegactl3.txt
File deleted
\ No newline at end of file
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_raid/raidmdstat12.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_raid/raidmegactl4.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_raid/raidmdstat13.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_raid/raidmdstat14.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_raid/raidmdstat15.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_raid/raididrac1.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_raid/raidgraid1.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_raid/raidgraid2.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_raid/raidmdstat1.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_raid/raidmdstat2.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_raid/raidmdstat3.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_raid/raidmdstat4.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_raid/raidmdstat5.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_raid/raidmdstat6.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_raid/raidmdstat7.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_raid/raidmdstat8.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_raid/raidzpool1.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_raid/raidmdstat9.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_raid/raidzpool2.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_raid/raidzpool3.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_raid/raidzpool4.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_raid/raidzpool5.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_raid/raidzpool6.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_raid/raidzpool7.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_raid/raidzpool8.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_raid/raidzpool9.txt
File deleted
\ No newline at end of file
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_raid/raidmegasasctl1.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_raid/raidzpool10.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/freebsd/netstat1.txt
File deleted
\ No newline at end of file
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/freebsd/netstat2.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/freebsd/netstat3.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/main/dev1.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/main/pmset1.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/main/df1.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/main/pmset2.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/main/pmset3.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/main/pmset4.txt
File deleted
\ No newline at end of file
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/main/swaps1.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/main/cpuinfo1.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/main/cpuinfo2.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/main/cpuinfo3.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/main/nvme1.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/main/cpuinfo4.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/main/nvme2.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/main/cpuinfo5.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/main/cpuinfo6.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/main/cpuinfo7.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/main/cpuinfo8.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/main/cpuinfo9.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/main/vm_stat1.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/main/vm_stat2.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/main/vm_stat3.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/main/1-mount.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/main/cpuinfo10.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/main/cpuinfo11.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/main/cpuinfo12.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/main/cpuinfo13.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/main/cpuinfo14.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/main/cpuinfo15.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/main/README
File deleted
/web/acc/phpsysinfo/sample/main/1-dfiP.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/main/1-dfkP.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/main/mount1.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/motherboard/lmsensors/lmsensors1.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/motherboard/lmsensors/lmsensors10.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/motherboard/lmsensors/lmsensors2.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/motherboard/lmsensors/lmsensors11.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/motherboard/lmsensors/lmsensors3.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/motherboard/lmsensors/lmsensors4.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/motherboard/lmsensors/lmsensors5.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/motherboard/lmsensors/lmsensors6.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/motherboard/lmsensors/lmsensors7.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/motherboard/lmsensors/lmsensors8.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/motherboard/lmsensors/lmsensors9.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/motherboard/healthd/healthd1.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/motherboard/hwsensors/hwsensors1.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/motherboard/hwsensors/hwsensors2.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/motherboard/hwsensors/hwsensors3.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/motherboard/hwsensors/hwsensors4.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/motherboard/hwsensors/hwsensors5.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/motherboard/ipmiutil/ipmiutil1.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/motherboard/ipmitool/ipmitool1.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/motherboard/ipmitool/ipmitool2.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/motherboard/ipmitool/ipmitool3.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/motherboard/mbm5/MBM51.csv
File deleted
/web/acc/phpsysinfo/sample/motherboard/freeipmi/freeipmi1.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/motherboard/freeipmi/freeipmi2.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_quotas/quotas1.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_quotas/README
File deleted
/web/acc/phpsysinfo/sample/plugin_ps/README
File deleted
/web/acc/phpsysinfo/sample/plugin_ps/ps1.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_ps/ps2.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_bat/log_LenovoT530.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_bat/log_vbox.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_bat/README
File deleted
/web/acc/phpsysinfo/sample/plugin_bat/log_freebsd_1.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_bat/battery_state1.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_bat/log_freebsd_2.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_bat/log_test_1.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_bat/log_test_2.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_bat/upower1.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_bat/upower2.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_bat/upower3.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_bat/ac_state1.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_bat/upower4.txt
File deleted
\ No newline at end of file
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_bat/log_darwin_1.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_bat/upower5.txt
File deleted
\ No newline at end of file
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_bat/battery_info1.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_bat/log_android412.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_bat/log_android233.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_bat/log_android422.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_smart/smart0.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_smart/smart1.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_smart/smart2.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/processes/processes.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/ups/1-upscPW5110.txt
File deleted
\ No newline at end of file
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/ups/apcaccess1.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/ups/pmset.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/ups/powersoftplus1.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/ups/1-upscDell2700.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/ups/1-upscl.txt
File deleted
\ No newline at end of file
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_psstatus/psstatus1.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_psstatus/README
File deleted
/web/acc/phpsysinfo/sample/plugin_updatenotifier/ubuntu-landscape
File deleted
/web/acc/phpsysinfo/sample/plugin_updatenotifier/universal-format
File deleted
\ No newline at end of file
/web/acc/phpsysinfo/sample/logs/log_debian7.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/logs/log_bluestacks.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/logs/log_android21.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/logs/log_android412.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/logs/log_sf.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/distrotest/Slax/7.0.1.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/distrotest/TinyCore/5.0.alpha4.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/distrotest/Vector/647.0.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/distrotest/Void/1.0-20160420.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/distrotest/SteamOS/1.0-beta.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/distrotest/StartOS/5.0.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/distrotest/StartOS/6.0.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/distrotest/Solus/1.0-rc1.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/distrotest/Solus/2017.01.01.0.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/distrotest/Turbo/12.5.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/distrotest/Raspbian/8.0.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/distrotest/Raspbian/7.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/distrotest/openSUSE/11.3.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/distrotest/openSUSE/13.1.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/distrotest/openSUSE/42.3.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/distrotest/SalentOS/1.0.1.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/distrotest/SolusOS/1.3.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/distrotest/SolusOS/2-alpha7.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/distrotest/Tizen/2.2.0-Magnolia.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/distrotest/Tizen/2.2.0-Tizen.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/distrotest/Salix/14.0.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/distrotest/Semplice/6.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/distrotest/SMEServer/9.0beta3.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/distrotest/SMEServer/8.1beta3.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/distrotest/Synology/4.1-2668.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/distrotest/Trisquel/6.0.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/distrotest/Tanglu/2.0-beta2.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/distrotest/VortexBox/2.2.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/distrotest/VortexBox/2.3-beta.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/distrotest/Qubes/3.0.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/distrotest/UltimateEdition/3.9.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/distrotest/QTS/3.1.2.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/distrotest/Ubuntu/13.10.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/distrotest/Ubuntu/10.04.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/distrotest/Ubuntu/12.04.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/distrotest/SliTaz/5.0-RC4.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/distrotest/SliTaz/2014.02.16-cooking.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/distrotest/Slackware/14.0.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/distrotest/Redcore/1803.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/distrotest/elementaryOS/0.2.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/distrotest/elementaryOS/0.4.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/distrotest/SMS/2.0.5.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/distrotest/antiX/2012.07.06.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/distrotest/Scientific/6.3.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/distrotest/Scientific/6.4.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/distrotest/Scientific/6.3-lsb.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/distrotest/RedFlag/8.0.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/distrotest/Zorin/6.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/distrotest/Zorin/7.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/distrotest/Zorin/8.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/distrotest/gNewSense/3.0.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/distrotest/Zenwalk/7.4.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/distrotest/SolydXK/2014.01-X.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/distrotest/SolydXK/2014.01-K.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/distrotest/RedHat/7.0-Beta.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/distrotest/RedHat/6.0.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/distrotest/Sabayon/14.01.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/distrotest/ROSA/6.5-Server.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/distrotest/ROSA/2012.0.0-11-LTS.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/distrotest/ROSA/2012.1.0-20.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/distrotest/ROSA/2012.0.0-6-LTS.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/distrotest/Tails/0.22.1.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/distrotest/Springdale/6.9.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/sample/distrotest/PureOS/3.0beta1.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/web/acc/phpsysinfo/templates/idash/bg.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
Property changes:
Deleted: svn:mime-type
-image/png
\ No newline at end of property
/web/acc/phpsysinfo/templates/idash/htmlwarn.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Deleted: svn:mime-type
-application/octet-stream
\ No newline at end of property
/web/acc/phpsysinfo/templates/idash/html.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Deleted: svn:mime-type
-application/octet-stream
\ No newline at end of property
/web/acc/phpsysinfo/templates/plugin/jquery.jgrowl.css
File deleted
\ No newline at end of file
/web/acc/phpsysinfo/templates/plugin/jquery.dataTables.css
File deleted
\ No newline at end of file
/web/acc/phpsysinfo/templates/plugin/nyroModal.full.css
File deleted
\ No newline at end of file
/web/acc/phpsysinfo/templates/plugin/jquery.treeTable.css
File deleted
/web/acc/phpsysinfo/templates/cream/bg.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Deleted: svn:mime-type
-application/octet-stream
\ No newline at end of property
/web/acc/phpsysinfo/templates/blue.css
File deleted
/web/acc/phpsysinfo/templates/nextgen/nextgen_bg.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
Property changes:
Deleted: svn:mime-type
-image/png
\ No newline at end of property
/web/acc/phpsysinfo/templates/idash.css
File deleted
/web/acc/phpsysinfo/templates/lingruby/background.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
Property changes:
Deleted: svn:mime-type
-image/png
\ No newline at end of property
/web/acc/phpsysinfo/templates/jstyle_blue.css
File deleted
/web/acc/phpsysinfo/templates/cream.css
File deleted
/web/acc/phpsysinfo/templates/cleansyn.css
File deleted
/web/acc/phpsysinfo/templates/clean.css
File deleted
/web/acc/phpsysinfo/templates/jstyle_green.css
File deleted
/web/acc/phpsysinfo/templates/schabau.css
File deleted
/web/acc/phpsysinfo/templates/lingruby.css
File deleted
/web/acc/phpsysinfo/templates/vendor/bootstrap-firefox20.css
File deleted
/web/acc/phpsysinfo/templates/vendor/bootstrap.min.css
File deleted
/web/acc/phpsysinfo/templates/vendor/bootstrap-ie8.css
File deleted
/web/acc/phpsysinfo/templates/vendor/bootstrap-ie9.css
File deleted
/web/acc/phpsysinfo/templates/vendor/bootstrap-firefox15.css
File deleted
/web/acc/phpsysinfo/templates/vendor/bootstrap-safari5.css
File deleted
/web/acc/phpsysinfo/templates/vendor/bootstrap-firefox27.css
File deleted
/web/acc/phpsysinfo/templates/vendor/bootstrap-firefox28.css
File deleted
/web/acc/phpsysinfo/templates/vendor/bootstrap-webapp.css
File deleted
\ No newline at end of file
/web/acc/phpsysinfo/templates/nextgen.css
File deleted
/web/acc/phpsysinfo/templates/green_bootstrap.css
File deleted
/web/acc/phpsysinfo/templates/two.css
File deleted
/web/acc/phpsysinfo/templates/phpsysinfo.css
File deleted
/web/acc/phpsysinfo/templates/two/gradient.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
Property changes:
Deleted: svn:mime-type
-image/png
\ No newline at end of property
/web/acc/phpsysinfo/templates/blue/bg.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
Property changes:
Deleted: svn:mime-type
-image/png
\ No newline at end of property
/web/acc/phpsysinfo/templates/blue/barwarn.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
Property changes:
Deleted: svn:mime-type
-image/png
\ No newline at end of property
/web/acc/phpsysinfo/templates/blue/title.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
Property changes:
Deleted: svn:mime-type
-image/png
\ No newline at end of property
/web/acc/phpsysinfo/templates/blue/bar.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
Property changes:
Deleted: svn:mime-type
-image/png
\ No newline at end of property
/web/acc/phpsysinfo/templates/html/index_bootstrap.html
File deleted
/web/acc/phpsysinfo/templates/html/index_dynamic.html
File deleted
/web/acc/phpsysinfo/templates/html/error_config.html
File deleted
/web/acc/phpsysinfo/templates/html/index_all.html
File deleted
/web/acc/phpsysinfo/templates/phpsysinfo_bootstrap.css
File deleted
/web/acc/phpsysinfo/templates/dark_bootstrap.css
File deleted