Private GIT

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

ddyoyock

  • Clone with SSH
  • Clone with HTTPS
  • Name Last commit Last update
    CHANGELOG
    LICENSE
    ddyoyock.php
    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

    https://github.nailis.fr/ckbox/Module_Swizzin_Data_disk.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.