-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconst.php
More file actions
19 lines (16 loc) · 832 Bytes
/
const.php
File metadata and controls
19 lines (16 loc) · 832 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?php
const X_BACKTORY_AUTHENTICATION_ID = "backtory_authentication_id";
const X_BACKTORY_AUTHENTICATION_KEY = "backtory_authentication_key";
const X_BACKTORY_STORAGE_ID = "backtory_storage_id";
const BACKTORY_DOMAIN = "backtory_domain";
const BACKTORY_UPLOAD_PATH = "backtory_path";
const BACKTORY_REMOVE_AFTER_TRANSFER = "backtory_remove_file_after_transfer";
const BACKTORY_ENABLED = "backtory_enabled";
const BACKTORY_BUCKET = "backtory_bucket";
const BACKTORY_STORAGE_URL = "https://storage.backtory.com";
const BACKTORY_META = "_backtory_path";
const BACKTORY_DEFAULT_PATH = "/wordpress/";
const BACKTORY_BULK_ACTION_MOVE = 'backtory_move_to';
const BACKTORY_BULK_ACTION_REMOVE = 'backtory_remove';
const BACKTORY_BULK_ACTION_COPY = 'backtory_copy';
const BACKTORY_WHITE_LIST_EXTENSIONS = 'backtory_white_list_extensions';