Skip to content
  • This project
    • Loading...
  • Sign in

杨建斌 / page

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 1
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • page
  • application
  • helpers
  • activate_helper.php
  • Zelig's avatar
    工作台 - 初审(未完) · 7e0b74c4
    Zelig committed 2018-03-13 01:11:58 +0800
    7e0b74c4
activate_helper.php 181 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9
<?php

defined('BASEPATH') OR exit('No direct script access allowed');

if(!function_exists('activate')) {
    function activate($url) {
        return uri_string() == $url;
    }
}