Ignore:
Timestamp:
May 11, 2022, 12:14:42 PM (2 years ago)
Author:
chronos
Message:
  • Modified: Removed commended out print_r and echo commands used only for debugging.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/NetworkShare/browse.php

    r899 r929  
    2222exec($SambaBinDir.'smbclient -d0 -N -L='.$Host,$Output);
    2323echo("OK\n");
    24 //print_r($Output);
     24
    2525if ($Output[0]=='Connection to '.$Host.' failed') die('Pocitac '.$Host." nenalezen!\n");
    2626$Output = array_slice($Output,3);
Note: See TracChangeset for help on using the changeset viewer.