public static function delete($path) { return Arrays::delete($path, $_SESSION); }
public static function delete($path) { Arrays::delete($path, self::$config); }