added data passing variable in $a (app) for photos
This commit is contained in:
parent
2af943d752
commit
3540ada84f
1 changed files with 1 additions and 0 deletions
1
boot.php
1
boot.php
|
@ -33,6 +33,7 @@ class App {
|
||||||
public $cid;
|
public $cid;
|
||||||
public $contact;
|
public $contact;
|
||||||
public $content;
|
public $content;
|
||||||
|
public $data;
|
||||||
public $error = false;
|
public $error = false;
|
||||||
public $cmd;
|
public $cmd;
|
||||||
public $argv;
|
public $argv;
|
||||||
|
|
Loading…
Reference in a new issue