Private GIT

Skip to content
Snippets Groups Projects
Select Git revision
  • a9e7e50ba5cc72ed9ae2670aec4a4d523ef90d34
  • master default protected
  • 4.3c
  • 4.2c
  • 4.0c
  • 3.0b
  • 2.57b
7 results

ddyoyock

Name Last commit Last update
CHANGELOG
LICENSE
ddyoyock.php
modswiz.jpg
readme.md

Just a little add on in case of you are using an external disk or a virtual disk (independant). Swizzin is only using /root or /home for displaying used disk space. With this add on you can select the external disks (ex. which are mounted in /home) for displaying the disks usage with the theme's elements.

installation :

1- edit the file in /srv/panel/index.php (backup it before important !!!) 2- Find

3- before this code paste this one :

            <!-- INCLUDECK -->
            <div id="ddyoyock2"><?php include("/srv/ddyoyock.php");?></div> 

where “ddyoyock.php” is the file of module. You can find it in zip file from the git

http://github.nailis.fr/ckbox/ddyoyock.git

just upload this file in /srv of your server.

or create a folder in root/dir

ex .: mkdir /modddyoyock

then

create a symbolik link

ln -s /modddyoyock/ddyoyock.php /srv/ddyoyock.php

enjoy.