Changeset 3087583
- Timestamp:
- 05/16/2024 09:25:00 AM (23 months ago)
- Location:
- xtoool-ads-box/trunk
- Files:
-
- 2 edited
-
lib/AdsbxAdmin.php (modified) (1 diff)
-
xtoool-ads-box.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
xtoool-ads-box/trunk/lib/AdsbxAdmin.php
r3085402 r3087583 285 285 $res = $this->obj->db->update($pre . 'xtl_custom_ads', $data, ['id' => $id]); 286 286 }else{ 287 $data['code'] = $code ;287 $data['code'] = $code2; 288 288 $data['shotcode'] = $shotcode; 289 289 $data['added_by'] = $user_id; -
xtoool-ads-box/trunk/xtoool-ads-box.php
r3085402 r3087583 40 40 private static $instance = null; 41 41 public $db; 42 const XTPLB_VERSION = '1.0.1 0';42 const XTPLB_VERSION = '1.0.11'; 43 43 public $AdsbxAdmin_obj = null; 44 44
Note: See TracChangeset
for help on using the changeset viewer.