Changeset 2703015
- Timestamp:
- 04/01/2022 12:35:51 AM (4 years ago)
- Location:
- eychat/trunk
- Files:
-
- 2 edited
-
assets/chat.php (modified) (1 diff)
-
classes/admin.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
eychat/trunk/assets/chat.php
r2703007 r2703015 223 223 224 224 EY_Chat.comm = {}; 225 //EY_Chat.comm.socket = '<?php _e($cfg['socket']); ?>';226 225 EY_Chat.comm.socket = '<?php _e($setting['socket']); ?>'; 227 226 EY_Chat.comm.v = "<?php _e($check);?>"; -
eychat/trunk/classes/admin.class.php
r2703007 r2703015 397 397 398 398 private static function setInstallSql(){ 399 require_once(ABSPATH . 'wp-admin/includes/upgrade.php'); 399 400 global $wpdb; 400 401 $prefix = $wpdb->prefix.self::$name;
Note: See TracChangeset
for help on using the changeset viewer.