PHP 8.2.31
Preview: base.php Size: 963 B
/home/nshryvcy/blissfulnepal.com/wp-content/plugins/airlift/callback/base.php

<?php

if (!defined('ABSPATH')) exit;
if (!class_exists('ALCallbackBase')) :

class ALCallbackBase {

	public static $wing_infos = array("MANAGE_WING_VERSION" => '1.8',
		"DYNSYNC_WING_VERSION" => '1.0',
		"UPGRADER_WING_VERSION" => '1.1',
		"BRAND_WING_VERSION" => '1.1',
		"DB_WING_VERSION" => '1.3',
		"ACCOUNT_WING_VERSION" => '1.2',
		"MISC_WING_VERSION" => '1.4',
		"FS_WING_VERSION" => '1.4',
		"INFO_WING_VERSION" => '2.7',
		"WATCH_WING_VERSION" => '1.6',
		"FS_WRITE_WING_VERSION" => '1.2',
		"FS_WRITE_WING_VERSION" => '1.2',
		"SPEED_WING_VERSION" => '1.6',
		);

	public function objectToArray($obj) {
		return json_decode(json_encode($obj), true);
	}

	public function base64Encode($data, $chunk_size) {
		if ($chunk_size) {
			$out = "";
			$len = strlen($data);
			for ($i = 0; $i < $len; $i += $chunk_size) {
				$out .= base64_encode(substr($data, $i, $chunk_size));
			}
		} else {
			$out = base64_encode($data);
		}
		return $out;
	}
}
endif;

Directory Contents

Dirs: 1 × Files: 5

Name Size Perms Modified Actions
wings DIR
- drwxr-xr-x 2026-04-02 01:31:45
Edit Download
963 B lrw-r--r-- 2026-04-02 01:31:45
Edit Download
3.57 KB lrw-r--r-- 2026-04-02 01:31:45
Edit Download
9.33 KB lrw-r--r-- 2026-04-02 01:31:45
Edit Download
989 B lrw-r--r-- 2026-04-02 01:31:45
Edit Download
7.82 KB lrw-r--r-- 2026-04-02 01:31:45
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).