Sindbad~EG File Manager

Current Path : /var/www/html/syso.sumar.com.py/wp-content/plugins/smart-slider-3/Nextend/Framework/Misc/
Upload File :
Current File : /var/www/html/syso.sumar.com.py/wp-content/plugins/smart-slider-3/Nextend/Framework/Misc/Base64.php

<?php

namespace Nextend\Framework\Misc;

use Nextend\Framework\Misc\Base64\Decoder;
use Nextend\Framework\Misc\Base64\Encoder;

class Base64 {

    /**
     * @param $data
     *
     * @return string
     */
    public static function decode($data) {
        return Decoder::decode($data);
    }

    public static function encode($data) {
        return Encoder::encode($data);
    }
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists