Skip to content

Instantly share code, notes, and snippets.

View majosystems's full-sized avatar

あかぎたかし majosystems

  • MajoSystems まよしすてむず
  • 日本国 愛媛県松山市
View GitHub Profile
@ahomu
ahomu / ACMS_GET_User_Messanger.php
Created March 23, 2011 03:27
[a-blog cms] 登録ユーザーにメールを一斉配信できたりするかもしれない一式
<?php
require_once ACMS_LIB_DIR.'GET.php';
class ACMS_GET_User_Messanger extends ACMS_GET
{
function get()
{
if ( !sessionWithAdministration() ) die;