first commit 2

This commit is contained in:
hmw1001
2026-06-11 18:47:38 +09:00
parent c768729ce6
commit 6f534e33a6
11095 changed files with 1595758 additions and 0 deletions
@@ -0,0 +1,14 @@
<?php
if (!defined('_GNUBOARD_')) exit;
/**
* rb.custom :: google_ads/config.php
* 구글 애드센스 출력 모듈 설정
*/
$google_ads_config = array(
// 기본적으로 출력할 광고 ID (관리자 페이지의 ga_id)
// module.php를 include할 때 $ga_id 변수로 덮어쓸 수 있습니다.
'default_ga_id' => 1,
);
?>